Cargo Features
risc0-zkp has no features set by default.
[dependencies]
risc0-zkp = { version = "5.0.0-rc.1", features = ["std", "circuit_debug", "cuda", "metal", "metal_prefix_products", "prove", "unstable"] }
- std prove?
- circuit_debug
- cuda = prove
-
Enables cust, cuda of risc0-sys
Affects
hal::cuda… - metal = prove
- metal_prefix_products
- prove cuda? metal? = std
-
Enables risc0-sys, ff, ndarray ^0.16, parking_lot, rand ^0.9.1, and rayon, perf of risc0-core
Affects
hash::poseidon_254,risc0-zkp::hal,risc0-zkp::prove,merkle::MerkleTreeParams.layers… - unstable