mirror of
https://github.com/arnaucube/circom-compat.git
synced 2026-01-09 15:31:31 +01:00
fix: use correct feature name
This commit is contained in:
committed by
GitHub
parent
746d2329e9
commit
35ce5a909e
@@ -7,7 +7,7 @@ pub use witness::WitnessCalculator;
|
|||||||
pub mod circom;
|
pub mod circom;
|
||||||
pub use circom::{CircomBuilder, CircomCircuit, CircomConfig, CircomReduction};
|
pub use circom::{CircomBuilder, CircomCircuit, CircomConfig, CircomReduction};
|
||||||
|
|
||||||
#[cfg(feature = "full")]
|
#[cfg(feature = "ethereum")]
|
||||||
pub mod ethereum;
|
pub mod ethereum;
|
||||||
|
|
||||||
mod zkey;
|
mod zkey;
|
||||||
|
|||||||
Reference in New Issue
Block a user