Cargo Features
[dependencies]
acir_field = { version = "0.46.0", default-features = false, features = ["bn254", "bls12_381"] }
- default = bn254
-
The
bn254
feature is set by default wheneveracir_field
is added without
somewhere in the dependency tree.default-features = false - bn254 default
-
Enables ark-bn254 ^0.4.0 and ark-ff ^0.4.0
- bls12_381
-
Enables ark-bls12-381 ^0.4.0 and ark-ff ^0.4.0
acir_field has 3 features without comments.