Skip to main content

MLKEM512PrivateKey

Type Alias MLKEM512PrivateKey 

Source
pub type MLKEM512PrivateKey = MLKEMSeedPrivateKey<MLKEM512_k, MLKEM512_ETA1, MLKEM512_LAMBDA, MLKEM512_SK_LEN, MLKEM512_FULL_SK_LEN, MLKEM512_PK_LEN, MLKEM512_T_PACKED_LEN>;
Expand description

ML-KEM-512 Private Key

Aliased Typeยง

pub struct MLKEM512PrivateKey { /* private fields */ }