Skip to main content

EncapsulationKey

Type Alias EncapsulationKey 

Source
pub type EncapsulationKey<K> = <K as Kem>::EncapsulationKey;
Expand description

KEM encryption key (i.e. public key) which encrypts shared secrets into ciphertexts which can be decrypted by DecapsulationKey<K>.