pub struct MlKemCiphertext(pub Box<[u8; 1088]>);Expand description
ML-KEM-768 ciphertext
Tuple Fields§
§0: Box<[u8; 1088]>The raw ciphertext bytes
Implementations§
Trait Implementations§
Source§impl Clone for MlKemCiphertext
impl Clone for MlKemCiphertext
Source§fn clone(&self) -> MlKemCiphertext
fn clone(&self) -> MlKemCiphertext
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for MlKemCiphertext
impl RefUnwindSafe for MlKemCiphertext
impl Send for MlKemCiphertext
impl Sync for MlKemCiphertext
impl Unpin for MlKemCiphertext
impl UnwindSafe for MlKemCiphertext
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more