Cargo Features
[dependencies]
risc0-circuit-keccak = { version = "1.2.1-rc.0", default-features = false, features = ["cuda", "prove"] }
- cuda = prove
-
Enables CUDA GPU support
Enables cuda of risc0-circuit-keccak-sys, risc0-sys, and risc0-zkp
- default = prove
-
The
prove
feature is set by default wheneverrisc0-circuit-keccak
is added without
somewhere in the dependency tree.default-features = false - prove default cuda?
-
Enables ZKR registration to actually generate proofs.
Enables risc0-sys and xz2, cfg-if, rayon, and risc0-circuit-keccak-sys, prove of risc0-circuit-recursion
Affects
risc0-circuit-keccak::prove
…