pub type MLKEM768PublicKeyExpanded = MLKEMPublicKeyExpanded<MLKEM768_k, MLKEM768PublicKey, MLKEM768_PK_LEN>;Expand description
ML-KEM-768 Public Key with a pre-expanded public matrix A for repeated encaps operations.
Aliased Typeยง
pub struct MLKEM768PublicKeyExpanded { /* private fields */ }