Skip to content

Commit

Permalink
Fix warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
jschneider-bensch committed Oct 29, 2024
1 parent 44af027 commit c4fb85c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 5 additions & 0 deletions libcrux-ml-dsa/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,3 +50,8 @@ harness = false
[[bench]]
name = "ml-dsa"
harness = false

[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = [
'cfg(hax)',
] }
1 change: 0 additions & 1 deletion libcrux-ml-dsa/src/hash_functions.rs
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,6 @@ pub(crate) mod simd256 {

use super::{shake128, shake256};
use libcrux_sha3::avx2::x4;
use libcrux_sha3::portable;

/// AVX2 SHAKE 128 state
///
Expand Down

0 comments on commit c4fb85c

Please sign in to comment.