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

rand:

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

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

serde implicit feature

Enables serde

serde:

A generic serialization/deserialization framework