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 whenevertnt-bls
is added without
somewhere in the dependency tree.default-features = false - 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
…