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