pub type PublicKey = Vec<u8>;
Represents a public key to be consumed during the verification.
pub struct PublicKey { /* private fields */ }