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>.
pub type EncapsulationKey<K> = <K as Kem>::EncapsulationKey;KEM encryption key (i.e. public key) which encrypts shared secrets into ciphertexts which
can be decrypted by DecapsulationKey<K>.