Type Alias libsignal_protocol::kem::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 */ }