Skip to main content

MLKEM768PrivateKey

Type Alias MLKEM768PrivateKey 

Source
pub type MLKEM768PrivateKey = MLKEMSeedPrivateKey<MLKEM768_k, MLKEM768_ETA1, MLKEM768_LAMBDA, MLKEM768_SK_LEN, MLKEM768_FULL_SK_LEN, MLKEM768_PK_LEN, MLKEM768_T_PACKED_LEN>;
Expand description

ML-KEM-768 Private Key

Aliased Typeยง

pub struct MLKEM768PrivateKey { /* private fields */ }