pub type MLKEM768PrivateKeyExpanded = MLKEMPrivateKeyExpanded<MLKEM768_k, MLKEM768PublicKey, MLKEM768PrivateKey, MLKEM768_SK_LEN, MLKEM768_PK_LEN>;Expand description
ML-KEM-768 Private Key with a pre-expanded public matrix A for repeated decaps operations.
Aliased Typeยง
pub struct MLKEM768PrivateKeyExpanded { /* private fields */ }