Skip to content

Commit

Permalink
v0.4.6 RC2
Browse files Browse the repository at this point in the history
  • Loading branch information
eschorn1 committed Dec 22, 2024
1 parent b5293db commit 8d456d9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ ignore = [
allow = [
"MIT",
"Apache-2.0",
"Unicode-3.0"
#"Apache-2.0 WITH LLVM-exception",
]
# The confidence threshold for detecting a license from license text.
Expand Down
4 changes: 2 additions & 2 deletions src/helpers.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ use crate::{Q, ZETA};
// Some arith routines leverage dilithium https://github.com/PQClean/PQClean/tree/master/crypto_sign


/// # Algorithm 43 `BitRev8()` is not implemented; zetas are pulled from pre-computed table
/// `ZETA_TABLE_MONT`; see below (near end)
// # Algorithm 43 `BitRev8()` is not implemented; zetas are pulled from pre-computed table
// `ZETA_TABLE_MONT`; see below (near end)

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

0 comments on commit 8d456d9

Please sign in to comment.