pub struct MlKem1024;Expand description
ML-KEM-1024 parameter set (NIST security category 5).
Provides 256-bit classical security. Largest key and ciphertext sizes, but highest security margin.
| Property | Value |
|---|---|
EK_LEN | 1568 bytes |
DK_LEN | 3168 bytes |
CT_LEN | 1568 bytes |
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MlKem1024
impl RefUnwindSafe for MlKem1024
impl Send for MlKem1024
impl Sync for MlKem1024
impl Unpin for MlKem1024
impl UnsafeUnpin for MlKem1024
impl UnwindSafe for MlKem1024
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