Cargo Features

[dependencies]
blueprint-crypto-bn254 = { version = "0.1.0-alpha.2", default-features = false, features = ["std", "aggregation"] }
default = std

The std feature is set by default whenever blueprint-crypto-bn254 is added without default-features = false somewhere in the dependency tree.

std default

Enables std of ark-bn254, ark-ec, ark-ff, ark-serialize, blueprint-crypto-core, blueprint-std, num-bigint, num-traits, serde, serde_bytes, serde_json, and sha2

serde:

Provide impls for common standard library types like Vec<T> and HashMap<K, V>.
Requires a dependency on the Rust standard library.

aggregation

blueprint-crypto-bn254 has 3 features without comments.