Module sp_consensus_beefy::ecdsa_crypto
source · Expand description
BEEFY cryptographic types for ECDSA crypto
This module basically introduces four crypto types:
ecdsa_crypto::Pair
ecdsa_crypto::Public
ecdsa_crypto::Signature
ecdsa_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 ECDSA as its crypto.
- Signature for a BEEFY authority using ECDSA as its crypto.