From a5760c77c6d1d7b8e9e0fd747a94138d6a93b38b Mon Sep 17 00:00:00 2001 From: roshan <19766713+rpalakkal@users.noreply.github.com> Date: Wed, 8 May 2024 21:26:10 -0400 Subject: [PATCH] chore: re-export verify_groth16 --- circuit/src/subquery/groth16.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/circuit/src/subquery/groth16.rs b/circuit/src/subquery/groth16.rs index 290bfb8..6b6fa86 100644 --- a/circuit/src/subquery/groth16.rs +++ b/circuit/src/subquery/groth16.rs @@ -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::{