Skip to content

Commit

Permalink
Merge pull request #20 from scroll-tech/missing-pub-for-verify-evm-ca…
Browse files Browse the repository at this point in the history
…lldata

Miss to make `verify_evm_calldata` public
  • Loading branch information
lispc authored Aug 3, 2023
2 parents f8bdcbe + ca08842 commit 12c306e
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 12c306e

Please sign in to comment.