Skip to content

Commit

Permalink
Fix multiplexing
Browse files Browse the repository at this point in the history
  • Loading branch information
jschneider-bensch committed Jan 7, 2025
1 parent da62157 commit 95e75ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libcrux-ml-dsa/src/ml_dsa_generic/multiplexing.rs
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ macro_rules! parameter_set {
};

#[cfg(all(not(feature = "simd256"), feature = "acvp", feature = $feature))]
use instantiations::portable::{
use instantiations::portable::$parameter_module::{
sign_internal as sign_internal_avx2, verify_internal as verify_internal_avx2,
};

Expand Down

0 comments on commit 95e75ed

Please sign in to comment.