Skip to content

Commit f90e981

Browse files
committed
fix(cli): update Circom proof exports in lib.rs to include CircomProof
1 parent deb7a24 commit f90e981

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

cli/src/template/circom/lib.rs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@
33
// Module containing the Circom circuit logic (Multiplier2)
44
#[macro_use]
55
mod circom;
6-
pub use circom::{generate_circom_proof, verify_circom_proof, CircomProofResult, ProofLib, G1, G2};
6+
pub use circom::{
7+
generate_circom_proof, verify_circom_proof, CircomProof, CircomProofResult, ProofLib, G1, G2,
8+
};
79

810
mod witness {
911
rust_witness::witness!(multiplier2);

0 commit comments

Comments
 (0)