pub type MLKEM512PrivateKeyExpanded = MLKEMPrivateKeyExpanded<MLKEM512_k, MLKEM512PublicKey, MLKEM512PrivateKey, MLKEM512_SK_LEN, MLKEM512_PK_LEN>;Expand description
ML-KEM-512 Private Key with a pre-expanded public matrix A for repeated decaps operations.
Aliased Typeยง
pub struct MLKEM512PrivateKeyExpanded { /* private fields */ }