pub type CipherText = CipherText<CT_LEN>;Expand description
Correctly sized ciphertext specific to the target security parameter set.
Aliased Type§
#[repr(align(8))]pub struct CipherText(/* private fields */);Trait Implementations§
Source§impl SerDes for CipherText
impl SerDes for CipherText
Source§fn into_bytes(self) -> Self::ByteArray
fn into_bytes(self) -> Self::ByteArray
Produces a byte array of fixed-size specific to the struct being serialized. Read more