Skip to content

Commit

Permalink
chore: re-export verify_groth16
Browse files Browse the repository at this point in the history
  • Loading branch information
rpalakkal committed May 9, 2024
1 parent 994a962 commit a5760c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion circuit/src/subquery/groth16.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
use anyhow::Result;
use axiom_codec::types::native::AnySubquery;
pub use axiom_components::groth16::{
test::parse_input as parse_groth16_verifier_input, NUM_FE_PROOF,
native::verify_groth16, test::parse_input as parse_groth16_verifier_input, NUM_FE_PROOF,
};
use axiom_components::{
groth16::{
Expand Down

0 comments on commit a5760c7

Please sign in to comment.