Skip to main content

MLKEM512

Type Alias MLKEM512 

Source
pub type MLKEM512 = MLKEM<MLKEM512_PK_LEN, MLKEM512_SK_LEN, MLKEM512_FULL_SK_LEN, MLKEM512_CT_LEN, MLKEM_SS_LEN, MLKEM512PublicKey, MLKEM512PrivateKey, MLKEM512_k, MLKEM512_ETA1, MLKEM512_DU, MLKEM512_DV, MLKEM512_LAMBDA, MLKEM512_T_PACKED_LEN>;
Expand description

The ML-KEM-512 algorithm.

Aliased Type§

pub struct MLKEM512 { /* private fields */ }

Trait Implementations§

Source§

impl Algorithm for MLKEM512

Source§

const ALG_NAME: &'static str = ML_KEM_512_NAME

Source§

const MAX_SECURITY_STRENGTH: SecurityStrength = SecurityStrength::_128bit