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§
- Pair
- A generic
AppPublic
wrapper type over $pair crypto; this has no specific App. - Proof
OfPossession - A generic
AppPublic
wrapper type over $public crypto; this has no specific App. - Public
- A generic
AppPublic
wrapper type over $public crypto; this has no specific App. - Signature
- A generic
AppPublic
wrapper type over $public crypto; this has no specific App.
Type Aliases§
- Authority
Id - Identity of a BEEFY authority using ECDSA as its crypto.
- Authority
Signature - Signature for a BEEFY authority using ECDSA as its crypto.