pub type Public = PublicBytes<PUBLIC_KEY_SERIALIZED_SIZE, EcdsaTag>;
Expand description
The ECDSA compressed public key.
struct Public(pub [u8; 33], _);
Create a new instance from the given full public key.
This will convert the full public key into the compressed format.
The pair key type of this crypto.
Converts to this type from the input type.
Converts to this type from the input type.