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>.
pub type DecapsulationKey<K> = <K as Kem>::DecapsulationKey;KEM decryption key (i.e. private key) which can decrypt encrypted shared secret ciphertexts
which were encrypted by EncapsulationKey<K>.