Public

Type Alias Public 

Source
pub type Public = PublicBytes<PUBLIC_KEY_SERIALIZED_SIZE, Ed25519Tag>;
Expand description

A public key.

Aliased Type§

#[repr(transparent)]
pub struct Public(pub [u8; 32], _);

Tuple Fields§

§0: [u8; 32]

Trait Implementations§

Source§

impl CryptoType for Public

Source§

type Pair = Pair

The pair key type of this crypto.