Cargo Features

[dependencies]
noah-bulletproofs = { version = "4.1.0", default-features = false, features = ["std", "avx2_backend", "yoloproofs"] }
default = std, yoloproofs

These default features are set whenever noah-bulletproofs is added without default-features = false somewhere in the dependency tree.

std default = rand

Enables std of rand

rand:

Option (enabled by default): without "std" rand uses libcore; this option enables functionality expected to be available on a standard platform.

avx2_backend

Enables avx2_backend of noah-curve25519-dalek

noah-curve25519-dalek:

DEPRECATED: this is now an alias for simd_backend and may be removed in some future release.

yoloproofs default

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

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