Skip to main content

MLKEM768

Type Alias MLKEM768 

Source
pub type MLKEM768 = MLKEM<MLKEM768_PK_LEN, MLKEM768_SK_LEN, MLKEM768_FULL_SK_LEN, MLKEM768_CT_LEN, MLKEM_SS_LEN, MLKEM768PublicKey, MLKEM768PrivateKey, MLKEM768_k, MLKEM768_ETA1, MLKEM768_DU, MLKEM768_DV, MLKEM768_LAMBDA, MLKEM768_T_PACKED_LEN>;
Expand description

The ML-KEM-768 algorithm.

Aliased Type§

pub struct MLKEM768 { /* private fields */ }

Trait Implementations§

Source§

impl Algorithm for MLKEM768

Source§

const ALG_NAME: &'static str = ML_KEM_768_NAME

Source§

const MAX_SECURITY_STRENGTH: SecurityStrength = SecurityStrength::_192bit