pub type PublicKey = Key<Public>;
A KEM public key with the ability to encapsulate a shared secret.
pub struct PublicKey { /* private fields */ }