We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent deb7a24 commit f90e981Copy full SHA for f90e981
cli/src/template/circom/lib.rs
@@ -3,7 +3,9 @@
3
// Module containing the Circom circuit logic (Multiplier2)
4
#[macro_use]
5
mod circom;
6
-pub use circom::{generate_circom_proof, verify_circom_proof, CircomProofResult, ProofLib, G1, G2};
+pub use circom::{
7
+ generate_circom_proof, verify_circom_proof, CircomProof, CircomProofResult, ProofLib, G1, G2,
8
+};
9
10
mod witness {
11
rust_witness::witness!(multiplier2);
0 commit comments