Skip to content

Commit

Permalink
GA patch-up
Browse files Browse the repository at this point in the history
  • Loading branch information
integritychain committed Feb 23, 2024
1 parent 7efaf90 commit cafff72
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
# when any section or field is not specified in your own configuration

# Root options
[graph]
#[graph]
# If 1 or more target triples (and optionally, target_features) are specified,
# only the specified targets will be checked when running `cargo deny check`.
# This means, if a particular package is only ever used as a target specific
Expand Down Expand Up @@ -46,7 +46,7 @@ no-default-features = false
# If set, these feature will be enabled when collecting metadata. If `--features`
# is specified on the cmd line they will take precedence over this option.
#features = []
[output]
#[output]
# When outputting inclusion graphs in diagnostics that include features, this
# option can be used to specify the depth at which feature edges will be added.
# This option is included since the graphs can be quite large and the addition
Expand Down
1 change: 1 addition & 0 deletions src/ml_dsa.rs
Original file line number Diff line number Diff line change
Expand Up @@ -261,6 +261,7 @@ pub(crate) fn sign<
/// Input: Public key, `pk` ∈ B^{32 + 32*k*(bitlen(q−1) − d) and message `M` ∈ {0,1}∗. <br>
/// Input: Signature, `σ` ∈ B^{32 + ℓ·32·(1 + bitlen(γ1−1)) + ω + k}. <br>
/// Output: Boolean
#[allow(clippy::too_many_arguments)]
pub(crate) fn verify<
const K: usize,
const L: usize,
Expand Down

0 comments on commit cafff72

Please sign in to comment.