diff --git a/src/lib.rs b/src/lib.rs index 0d4c10f..ee28584 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -7,6 +7,6 @@ pub mod util; use ark_bn254::Parameters; use ark_ec::bn::Bn; -use ark_groth16::Proof; -pub type Groth16Proof = Proof>; \ No newline at end of file +pub type Groth16Proof = ark_groth16::Proof>; +pub type EthereumGroth16Proof = ark_circom::ethereum::Proof; \ No newline at end of file