Cargo Features

sc-keystore has no features set by default.

[dependencies]
sc-keystore = { version = "29.0.0", features = ["bls-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