Skip to content

Commit

Permalink
Merge pull request #311 from cryspen/karthik/ml-kem-extraction-fix
Browse files Browse the repository at this point in the history
Fixing hax.py to generate .fst files
  • Loading branch information
franziskuskiefer authored Jun 12, 2024
2 parents 664dc26 + 915a1ac commit 5af39e4
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 5af39e4

Please sign in to comment.