Cargo Features
[dependencies]
blueprint-crypto-core = { version = "0.1.0-alpha.2", default-features = false, features = ["std", "bn254", "tangle", "clap"] }
- default = std
-
The
std
feature is set by default wheneverblueprint-crypto-core
is added without
somewhere in the dependency tree.default-features = false - std default
-
Enables std of blueprint-std, optional clap, and serde
clap:
Used in default
support for no_std in a backwards-compatible wayAffects
blueprint-crypto-core::KeyType.get_rng
… - bn254
-
Crypto primitive features
- k256 sr25519-schnorrkel bls zebra tangle
- clap
-
Enables clap