Cargo Features
[dependencies]
ark-bulletproofs = { version = "4.1.1", default-features = false, features = ["std", "yoloproofs", "parallel"] }
- default = std, yoloproofs
-
These default features are set whenever
ark-bulletproofs
is added without
somewhere in the dependency tree.default-features = false - std default = rand
- yoloproofs default
-
Affects
errors::R1CSError
,ark-bulletproofs::r1cs
,util::VecPoly3
,util::Poly6
… - parallel
-
Enables parallel of ark-ec ^0.4.0, ark-ff ^0.4.0, and ark-std ^0.4.0
Features from optional dependencies
In crates that don't use the dep:
syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.