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 whenever risc0-circuit-bigint is added without default-features = false somewhere in the dependency tree.

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