Skip to main content

MLKEM1024

Type Alias MLKEM1024 

Source
pub type MLKEM1024 = MLKEM<MLKEM1024_PK_LEN, MLKEM1024_SK_LEN, MLKEM1024_CT_LEN, MLKEM_SS_LEN, MLKEM1024PublicKey, MLKEM1024PrivateKey, MLKEM1024_k, MLKEM1024_ETA1, MLKEM1024_DU, MLKEM1024_DV, MLKEM1024_LAMBDA>;
Expand description

The ML-KEM-1024 algorithm.

Aliased Type§

pub struct MLKEM1024 { /* private fields */ }

Trait Implementations§

Source§

impl Algorithm for MLKEM1024

Source§

const ALG_NAME: &'static str = ML_KEM_1024_NAME

Source§

const MAX_SECURITY_STRENGTH: SecurityStrength = SecurityStrength::_256bit