pub type Ciphertext<K> = Array<u8, <K as KemCore>::CiphertextSize>;
Expand description
A ciphertext produced by the KEM K
Aliased Type§
#[repr(transparent)]pub struct Ciphertext<K>(pub <<K as KemCore>::CiphertextSize as ArraySize>::ArrayType<u8>);
Tuple Fields§
§0: <<K as KemCore>::CiphertextSize as ArraySize>::ArrayType<u8>