Skip to main content

DecapsulationKey

Type Alias DecapsulationKey 

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

KEM decryption key (i.e. private key) which can decrypt encrypted shared secret ciphertexts which were encrypted by EncapsulationKey<K>.