Cargo Features
[dependencies]
risc0-circuit-bigint = { version = "1.1.4", default-features = false, features = ["make_control_ids", "prove"] }
- default = prove
-
The
prove
feature is set by default wheneverrisc0-circuit-bigint
is added without
somewhere in the dependency tree.default-features = false - make_control_ids
- prove default
-
Enables ZKR registration to actually generate proofs.
Enables prove of risc0-circuit-recursion ~1.1.4 and risc0-zkvm ^1.1.4
Affects
risc0-circuit-bigint::zkr
…