pub struct MlKemPrivateKey<const SIZE: usize> { /* private fields */ }
Expand description
An ML-KEM Private key
Implementations§
Trait Implementations§
Source§impl<const SIZE: usize> Default for MlKemPrivateKey<SIZE>
impl<const SIZE: usize> Default for MlKemPrivateKey<SIZE>
Source§impl<const SIZE: usize> From<MlKemPrivateKey<SIZE>> for [u8; SIZE]
impl<const SIZE: usize> From<MlKemPrivateKey<SIZE>> for [u8; SIZE]
Source§fn from(value: MlKemPrivateKey<SIZE>) -> Self
fn from(value: MlKemPrivateKey<SIZE>) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl<const SIZE: usize> Freeze for MlKemPrivateKey<SIZE>
impl<const SIZE: usize> RefUnwindSafe for MlKemPrivateKey<SIZE>
impl<const SIZE: usize> Send for MlKemPrivateKey<SIZE>
impl<const SIZE: usize> Sync for MlKemPrivateKey<SIZE>
impl<const SIZE: usize> Unpin for MlKemPrivateKey<SIZE>
impl<const SIZE: usize> UnwindSafe for MlKemPrivateKey<SIZE>
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