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