Cargo Features

[dependencies]
threshold-bls = { version = "0.2.2", default-features = false, features = ["bls12_381", "bn254"] }
default = bls12_381, bn254

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

bls12_381 default = ark-bls12-381

Affects curve::bls12381, threshold-bls::schemes.bls12_381

bn254 default = ark-bn254

Affects curve::bn254, threshold-bls::schemes.bn254

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.

ark-bls12-381 bls12_381

Enables ark-bls12-381 ^0.3.0

bls12_381

ark-bn254 bn254

Enables ark-bn254 ^0.3.0

bn