pub type KeccakPublic = GenericPublic<EcdsaKeccakTag>;Expand description
The ECDSA compressed public key.
Uses keccak during key recovery.
Aliased Type§
#[repr(transparent)]pub struct KeccakPublic(pub [u8; 33], _);Tuple Fields§
§0: [u8; 33]Trait Implementations§
Source§impl CryptoType for KeccakPublic
impl CryptoType for KeccakPublic
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.