Georgios Konstantopoulos
1 year ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
src/lib.rs
|
|
@ -7,7 +7,7 @@ pub use witness::WitnessCalculator; |
|
|
|
pub mod circom;
|
|
|
|
pub use circom::{CircomBuilder, CircomCircuit, CircomConfig, CircomReduction};
|
|
|
|
|
|
|
|
#[cfg(feature = "full")]
|
|
|
|
#[cfg(feature = "ethereum")]
|
|
|
|
pub mod ethereum;
|
|
|
|
|
|
|
|
mod zkey;
|
|
|
|