Skip to content
Snippets Groups Projects
Commit 13cb7ccc authored by Davide Galassi's avatar Davide Galassi Committed by GitHub
Browse files

Added missing BLS feature (#14461)

parent 9a5d9a58
No related merge requests found
......@@ -29,6 +29,6 @@ tempfile = "3.1.0"
# This feature adds BLS crypto primitives. It should not be used in production since
# the BLS implementation and interface may still be subject to significant change.
bls-experimental = [
"sp-core/bls-experimental",
"sp-keystore/bls-experimental",
"sp-core/bls-experimental",
"sp-keystore/bls-experimental",
]
......@@ -51,3 +51,7 @@ full_crypto = [
"sp-io/disable_panic_handler",
"sp-io/disable_oom",
]
# This feature adds BLS crypto primitives. It should not be used in production since
# the BLS implementation and interface may still be subject to significant change.
bls-experimental = [ "sp-core/bls-experimental" ]
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment