pub struct Ciphertext<'a>(/* private fields */);Expand description
A set of encrypted bytes produced by EncapsulationKey::encapsulate,
and used as an input to DecapsulationKey::decapsulate.
pub struct Ciphertext<'a>(/* private fields */);A set of encrypted bytes produced by EncapsulationKey::encapsulate,
and used as an input to DecapsulationKey::decapsulate.