Cargo Features
snarkvm-circuit-environment has no features set by default.
[dependencies]
snarkvm-circuit-environment = { version = "1.6.0", features = ["save_r1cs_hashes"] }
- default
-
These default features are set whenever
snarkvm-circuit-environment
is added without
somewhere in the dependency tree.default-features = false Enables snarkvm-curves
- save_r1cs_hashes
-
used in regression-checking
Enables sha2
Affects
r1cs::R1CS_HASHES
…