Skip to content

Commit

Permalink
Merge branch 'main' into jonas/ml-dsa-manual-benches
Browse files Browse the repository at this point in the history
  • Loading branch information
jschneider-bensch authored Aug 14, 2024
2 parents 7af24bf + bf283a0 commit ff3da9d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions libcrux-ml-kem/src/mlkem1024.rs
Original file line number Diff line number Diff line change
Expand Up @@ -234,6 +234,7 @@ macro_rules! instantiate {
#[cfg_attr(
hax,
hax_lib::fstar::before(
interface,
"
let _ =
(* This module has implicit dependencies, here we make them explicit. *)
Expand Down
1 change: 1 addition & 0 deletions libcrux-ml-kem/src/mlkem512.rs
Original file line number Diff line number Diff line change
Expand Up @@ -227,6 +227,7 @@ macro_rules! instantiate {
#[cfg_attr(
hax,
hax_lib::fstar::before(
interface,
"
let _ =
(* This module has implicit dependencies, here we make them explicit. *)
Expand Down
1 change: 1 addition & 0 deletions libcrux-ml-kem/src/mlkem768.rs
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,7 @@ macro_rules! instantiate {
#[cfg_attr(
hax,
hax_lib::fstar::before(
interface,
"
let _ =
(* This module has implicit dependencies, here we make them explicit. *)
Expand Down

0 comments on commit ff3da9d

Please sign in to comment.