pub struct MlKem512;Expand description
ML-KEM-512 parameter set (NIST security category 1).
Provides 128-bit classical security. Smallest key and ciphertext sizes.
| Property | Value |
|---|---|
EK_LEN | 800 bytes |
DK_LEN | 1632 bytes |
CT_LEN | 768 bytes |
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MlKem512
impl RefUnwindSafe for MlKem512
impl Send for MlKem512
impl Sync for MlKem512
impl Unpin for MlKem512
impl UnsafeUnpin for MlKem512
impl UnwindSafe for MlKem512
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