KeccakPublic

Type Alias KeccakPublic 

Source
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

Source§

type Pair = GenericPair<CryptoBytes<PUBLIC_KEY_SERIALIZED_SIZE, (PublicTag, EcdsaKeccakTag)>>

The pair key type of this crypto.