pub type Signature = GenericSignature<Public>;Expand description
A signature (a 512-bit value, plus 8 bits for recovery ID).
Uses blake2 during key recovery.
Aliased Type§
#[repr(transparent)]pub struct Signature(pub [u8; 65], _);Tuple Fields§
§0: [u8; 65]Implementations§
Trait Implementations§
Source§impl CryptoType for Signature
impl CryptoType for Signature
Source§type Pair = GenericPair<CryptoBytes<PUBLIC_KEY_SERIALIZED_SIZE, (PublicTag, EcdsaTag)>>
type Pair = GenericPair<CryptoBytes<PUBLIC_KEY_SERIALIZED_SIZE, (PublicTag, EcdsaTag)>>
The pair key type of this crypto.