Cargo Features

[dependencies]
w3f-bls = { version = "0.1.3", default-features = false, features = ["std", "experimental", "serde"] }
default = std

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

std default

Enables std of rand

Affects w3f-bls::multi_pop_aggregator, w3f-bls::single_pop_aggregator, verifiers::verify_with_distinct_messages, verifiers::verify_using_aggregated_auxiliary_public_keys

experimental

Affects w3f-bls::bit, w3f-bls::delinear, w3f-bls::distinct

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features.

serde implicit feature