Cargo Features
[dependencies]
acvm = { version = "0.46.0", default-features = false, features = ["bn254", "bls12_381"] }
- default = bn254
-
The
bn254
feature is set by default wheneveracvm
is added without
somewhere in the dependency tree.default-features = false - bn254 default
-
Enables bn254 of acir, acvm_blackbox_solver, and brillig_vm
- bls12_381
-
Enables bls12_381 of acir, acvm_blackbox_solver, and brillig_vm
acvm has 3 features without comments.