Skip to content

Commit

Permalink
Miss to make verify_evm_calldata public.
Browse files Browse the repository at this point in the history
  • Loading branch information
silathdiir committed Aug 3, 2023
1 parent f8bdcbe commit ca08842
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions snark-verifier-sdk/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@ pub use evm_api::{
gen_evm_verifier_gwc,
// generate the bytecode that verifies proofs with keccak and KZG-BDFG
gen_evm_verifier_shplonk,
// verify calldata with the bytecode (returns bool)
verify_evm_calldata,
// verify instances and proofs with the bytecode (returns bool)
verify_evm_proof,
};
Expand Down

0 comments on commit ca08842

Please sign in to comment.