Cargo Features

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

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

std default

Enables std of rand ^0.8.5

rand:

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

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

experimental

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

Features from optional dependencies

serde implicit feature

Enables serde

serde:

A generic serialization/deserialization framework