Module sp_consensus_beefy::bls_crypto
source · Expand description
BEEFY cryptographic types for BLS crypto
This module basically introduces four crypto types:
bls_crypto::Pair
bls_crypto::Public
bls_crypto::Signature
bls_crypto::AuthorityId
Your code should use the above types as concrete types for all crypto related functionality.
Structs§
- A generic
AppPublic
wrapper type over $pair crypto; this has no specific App. - A generic
AppPublic
wrapper type over $public crypto; this has no specific App. - A generic
AppPublic
wrapper type over $public crypto; this has no specific App.
Type Aliases§
- Identity of a BEEFY authority using BLS as its crypto.
- Signature for a BEEFY authority using BLS as its crypto.