Skip to content

Commit 8d456d9

Browse files
committed
v0.4.6 RC2
1 parent b5293db commit 8d456d9

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

deny.toml

+1
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ ignore = [
9595
allow = [
9696
"MIT",
9797
"Apache-2.0",
98+
"Unicode-3.0"
9899
#"Apache-2.0 WITH LLVM-exception",
99100
]
100101
# The confidence threshold for detecting a license from license text.

src/helpers.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ use crate::{Q, ZETA};
44
// Some arith routines leverage dilithium https://github.com/PQClean/PQClean/tree/master/crypto_sign
55

66

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)
99

1010
/// # Macro ensure!()
1111
/// If the condition is not met, return an error Result. Borrowed from the `anyhow` crate.

0 commit comments

Comments
 (0)