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