Skip to content

Commit

Permalink
fix: function typo
Browse files Browse the repository at this point in the history
  • Loading branch information
bezze committed Sep 10, 2024
1 parent 0b49557 commit af5cb00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ mod test;

pub use codegen::{AccumulatorEncoding, BatchOpenScheme, SolidityGenerator};
pub use evm::{
encode_calldata, get_key_calldata, FN_SIG_GET_VERIFYING_KEY,
encode_calldata, get_vkey_calldata, FN_SIG_GET_VERIFYING_KEY,
FN_SIG_GET_VERIFYING_KEY_WITH_VK_ADDRESS, FN_SIG_VERIFY_PROOF,
FN_SIG_VERIFY_PROOF_WITH_VK_ADDRESS,
};
Expand Down

0 comments on commit af5cb00

Please sign in to comment.