Skip to content

Commit

Permalink
fix(kyber/hax): exclude libcrux_platform submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
W95Psp committed Jan 31, 2024
1 parent 4f8e208 commit 0330648
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hax-driver.py
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ def shell(command, expect=0, cwd=None, env={}):
"-C", "-p", "libcrux", "-p", "libcrux-platform", ";",
"into",
"-i",
f"-** +libcrux::kem::kyber::** +libcrux_platform::** {exclude_sha3_implementations} -libcrux::**::types::index_impls::**",
f"-** +libcrux::kem::kyber::** +libcrux_platform::* -libcrux_platform::*::** {exclude_sha3_implementations} -libcrux::**::types::index_impls::**",
"fstar",
"--interfaces",
"+* -libcrux::kem::kyber::types +!libcrux_platform::**",
Expand Down

0 comments on commit 0330648

Please sign in to comment.