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 default-features = false somewhere in the dependency tree.

std default = rand
yoloproofs default

Affects errors::R1CSError, ark-bulletproofs::r1cs, util::VecPoly3, util::Poly6

parallel

Enables parallel of ark-ec, ark-ff, and ark-std

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.

rand std