Skip to content

Commit

Permalink
issue ref
Browse files Browse the repository at this point in the history
  • Loading branch information
karthikbhargavan committed Dec 11, 2024
1 parent 0953378 commit 939e5ea
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions libcrux-ml-kem/src/polynomial.rs
Original file line number Diff line number Diff line change
Expand Up @@ -264,6 +264,8 @@ fn ntt_multiply<Vector: Operations>(
out
}

// FIXME: We pulled out all the items because of https://github.com/hacspec/hax/issues/1183
// Revisit when that issue is fixed.
#[hax_lib::attributes]
impl<Vector: Operations> PolynomialRingElement<Vector> {
#[allow(non_snake_case)]
Expand Down

0 comments on commit 939e5ea

Please sign in to comment.