You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ML-KEM shares a non-trivial amount of structure with ML-DSA. As I was writing the ML-DSA implementation in the signatures crate, I pulled out a module_lattice module that attempts to capture that common structure. What remains is to have the ml_kem crate use the same structure for its core algebra and encoding routines, and to pull the module_lattice module out into a separate crate.