Skip to content

Commit

Permalink
restore
Browse files Browse the repository at this point in the history
  • Loading branch information
karthikbhargavan committed May 16, 2024
1 parent 2f62256 commit da671b6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libcrux-ml-kem/src/ind_cca.rs
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ pub(crate) fn validate_public_key<
} else if cfg!(feature = "simd128")
&& cfg!(target_arch = "aarch64")
&& libcrux_platform::simd128_support()
&& false
{
#[cfg(all(feature = "simd128", target_arch = "aarch64"))]
return validate_public_key_generic::<
Expand Down

0 comments on commit da671b6

Please sign in to comment.