pub type Ciphertext = Array<u8, U1120>;Expand description
Serialized ciphertext.
Aliased Type§
#[repr(transparent)]pub struct Ciphertext(pub [u8; 1120]);Tuple Fields§
§0: [u8; 1120]Trait Implementations§
Source§impl From<&CiphertextMessage> for Ciphertext
impl From<&CiphertextMessage> for Ciphertext
Source§fn from(msg: &CiphertextMessage) -> Self
fn from(msg: &CiphertextMessage) -> Self
Converts to this type from the input type.
Source§impl From<CiphertextMessage> for Ciphertext
impl From<CiphertextMessage> for Ciphertext
Source§fn from(msg: CiphertextMessage) -> Self
fn from(msg: CiphertextMessage) -> Self
Converts to this type from the input type.