Cargo Features
[dependencies]
sp-keyring = { version = "41.0.0", default-features = false, features = ["std", "bandersnatch-experimental"] }
- default = std
-
The
std
feature is set by default wheneversp-keyring
is added without
somewhere in the dependency tree.default-features = false - std default
-
Enables std of sp-core, sp-runtime, and strum ^0.26.3
- bandersnatch-experimental
-
This feature adds Bandersnatch crypto primitives.
It should not be used in production since the implementation and interface may still be subject to significant changes.Enables bandersnatch-experimental of sp-core
Affects
sp-keyring::bandersnatch
…