Skip to content

Commit

Permalink
fixing hax.py to generate .fst files
Browse files Browse the repository at this point in the history
  • Loading branch information
karthikbhargavan committed Jun 12, 2024
1 parent e9e6067 commit 3c9bba3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libcrux-ml-kem/hax.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,8 @@ def __call__(self, parser, args, values, option_string=None) -> None:
)

# Extract ml-kem
include_str = "+:** -libcrux_ml_kem::types::index_impls::**"
interface_include = "+*"
include_str = "+** -libcrux_ml_kem::types::index_impls::**"
interface_include = "+**"
cargo_hax_into = [
"cargo",
"hax",
Expand Down

0 comments on commit 3c9bba3

Please sign in to comment.