Cargo Features

sc-keystore has no features set by default.

[dependencies]
sc-keystore = { version = "35.0.0", features = ["bls-experimental", "bandersnatch-experimental"] }
bls-experimental

This feature adds BLS crypto primitives.
It should not be used in production since the implementation and interface may still be subject to significant changes.

Enables bls-experimental of sp-core and sp-keystore

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-application-crypto, sp-core, and sp-keystore