Cargo Features
[dependencies]
risc0-groth16 = { version = "1.1.3", default-features = false, features = ["std", "prove"] }
- default = std
-
The
std
feature is set by default wheneverrisc0-groth16
is added without
somewhere in the dependency tree.default-features = false - std default prove?
-
Enables std of anyhow, ark-bn254 ^0.4, ark-groth16 ^0.4, ark-serialize ^0.4, hex, num-bigint, optional num-traits, risc0-zkp, and serde
serde:
Provide impls for common standard library types like Vec<T> and HashMap<K, V>.
Requires a dependency on the Rust standard library. - prove = std
-
Enables num-traits and risc0-core, serde_json, tempfile, and tracing, prove of risc0-zkp
Affects
risc0-groth16::docker
…