Type Alias PublicKey

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

A KEM public key with the ability to encapsulate a shared secret.

Aliased Typeยง

struct PublicKey { /* private fields */ }