pub type PublicKey<V> = Key<V, Public>;
Public key used for signature verification
verification
pub struct PublicKey<V>(/* private fields */);