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