pub type MLKEM512PublicKeyExpanded = MLKEMPublicKeyExpanded<MLKEM512_k, MLKEM512PublicKey, MLKEM512_PK_LEN>;Expand description
ML-KEM-512 Public Key with a pre-expanded public matrix A for repeated encaps operations.
Aliased Typeยง
pub struct MLKEM512PublicKeyExpanded { /* private fields */ }