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