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