Cargo Features

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

These default features are set whenever blueprint-crypto-bls is added without default-features = false somewhere in the dependency tree.

std default

Enables std of ark-serialize, blueprint-crypto-core, blueprint-std, serde, serde_bytes, serde_json, and tnt-bls

serde:

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

aggregation default = sha2

Enables std of tnt-bls

Affects blueprint-crypto-bls::aggregation

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.

sha2 aggregation