Skip to content

Commit

Permalink
fix: add native verification test to honk keccak (#9501)
Browse files Browse the repository at this point in the history
fixes: #9424
  • Loading branch information
Maddiaa0 authored Oct 29, 2024
1 parent 26adc55 commit 59810e0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions barretenberg/acir_tests/flows/honk_sol.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ export PROOF_AS_FIELDS="$(pwd)/proof_fields.json"
# Create a proof, write the solidity contract, write the proof as fields in order to extract the public inputs
$BIN prove_ultra_keccak_honk -o proof $FLAGS $BFLAG
$BIN write_vk_ultra_keccak_honk -o vk $FLAGS $BFLAG
$BIN verify_ultra_keccak_honk -k vk -p proof $FLAGS $BFLAG
$BIN proof_as_fields_honk -k vk $FLAGS -p $PROOF
$BIN contract_ultra_honk -k vk $FLAGS -o Verifier.sol

Expand Down

0 comments on commit 59810e0

Please sign in to comment.