PublicKey

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ยง

pub struct PublicKey { /* private fields */ }