pub type MlKem1024 = Kem<MlKem1024Params>;Expand description
ML-KEM with the parameter set for security category 5, corresponding to key search on a block cipher with a 256-bit key.
Aliased Type§
pub struct MlKem1024 {
_phantom: PhantomData<MlKem1024Params>,
}Fields§
§_phantom: PhantomData<MlKem1024Params>