File tree 2 files changed +3
-2
lines changed
2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -95,6 +95,7 @@ ignore = [
95
95
allow = [
96
96
" MIT" ,
97
97
" Apache-2.0" ,
98
+ " Unicode-3.0"
98
99
# "Apache-2.0 WITH LLVM-exception",
99
100
]
100
101
# The confidence threshold for detecting a license from license text.
Original file line number Diff line number Diff line change @@ -4,8 +4,8 @@ use crate::{Q, ZETA};
4
4
// Some arith routines leverage dilithium https://github.com/PQClean/PQClean/tree/master/crypto_sign
5
5
6
6
7
- /// # Algorithm 43 `BitRev8()` is not implemented; zetas are pulled from pre-computed table
8
- /// `ZETA_TABLE_MONT`; see below (near end)
7
+ // # Algorithm 43 `BitRev8()` is not implemented; zetas are pulled from pre-computed table
8
+ // `ZETA_TABLE_MONT`; see below (near end)
9
9
10
10
/// # Macro ensure!()
11
11
/// If the condition is not met, return an error Result. Borrowed from the `anyhow` crate.
You can’t perform that action at this time.
0 commit comments