pub struct MlKem768;Expand description
ML-KEM-768 parameter set (NIST security category 3).
The NIST recommended default. Provides 192-bit classical security and balances performance with security margin.
| Property | Value |
|---|---|
EK_LEN | 1184 bytes |
DK_LEN | 2400 bytes |
CT_LEN | 1088 bytes |
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MlKem768
impl RefUnwindSafe for MlKem768
impl Send for MlKem768
impl Sync for MlKem768
impl Unpin for MlKem768
impl UnsafeUnpin for MlKem768
impl UnwindSafe for MlKem768
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