PublicKey

Type Alias PublicKey 

Source
pub type PublicKey<V> = Key<V, Public>;
Expand description

Public key used for signature verification

Aliased Type§

pub struct PublicKey<V>(/* private fields */);

Trait Implementations§

Source§

impl<V: HasKey<Public>> Display for PublicKey<V>

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more