Type Alias ml_kem::MlKem512

source ·
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§

struct MlKem512 { /* private fields */ }