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 whenever gadget-crypto-core is added without default-features = false somewhere in the dependency tree.

std default

Enables std of optional clap, gadget-std, and serde

clap:

Used in default
support for no_std in a backwards-compatible way

Affects gadget-crypto-core::KeyType.get_rng

bn254

Crypto primitive features

k256 sr25519-schnorrkel bls zebra tangle
clap

Enables clap