Type Alias libsignal_protocol::kem::SecretKey

source ·
pub type SecretKey = Key<Secret>;
Expand description

A KEM secret key with the ability to decapsulate a shared secret.

Aliased Type§

struct SecretKey { /* private fields */ }