Skip to content

Commit

Permalink
Merge pull request #108 from cryspen/jonas/update-model
Browse files Browse the repository at this point in the history
Reflect code / backend changes in PV handshake model
  • Loading branch information
jschneider-bensch authored Apr 4, 2024
2 parents f612a59 + 46e6c32 commit 00d6718
Show file tree
Hide file tree
Showing 3 changed files with 231 additions and 2,398 deletions.
14 changes: 13 additions & 1 deletion hax-driver.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,18 @@ def shell(command, expect=0, cwd=None, env={}):
"into",
]

cargo_hax_into_pv = [
"cargo",
"hax",
"-C",
"-p",
"bertie",
"--no-default-features",
"--features",
"hax-pv",
";",
"into",
]
hax_env = {}

if options.sub == "extract-fstar":
Expand Down Expand Up @@ -107,7 +119,7 @@ def shell(command, expect=0, cwd=None, env={}):
elif options.sub == "extract-proverif":
# The extract sub command.
shell(
cargo_hax_into
cargo_hax_into_pv
+ [
"-i",
" ".join([
Expand Down
Loading

0 comments on commit 00d6718

Please sign in to comment.