Skip to content

Commit

Permalink
Update libcrux-ml-kem/src/ind_cca/instantiations.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Franziskus Kiefer <[email protected]>
  • Loading branch information
jschneider-bensch and franziskuskiefer authored Oct 17, 2024
1 parent 5c6d1b5 commit de71f6e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion libcrux-ml-kem/src/ind_cca/instantiations.rs
Original file line number Diff line number Diff line change
Expand Up @@ -416,7 +416,6 @@ macro_rules! instantiate {
instantiate! {portable, crate::vector::portable::PortableVector, crate::hash_functions::portable::PortableHash<K>}

// // AVX2 generic implementation.
// instantiate! {avx2, crate::vector::SIMD256Vector, crate::hash_functions::avx2::Simd256Hash}
#[cfg(feature = "simd256")]
pub mod avx2;

Expand Down

0 comments on commit de71f6e

Please sign in to comment.