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