pub type EncodedCiphertext<P> = Array<u8, <P as PkeParams>::CiphertextSize>;Aliased Type§
#[repr(transparent)]pub struct EncodedCiphertext<P>(pub <<P as PkeParams>::CiphertextSize as ArraySize>::ArrayType<u8>);Tuple Fields§
§0: <<P as PkeParams>::CiphertextSize as ArraySize>::ArrayType<u8>