CVSROOT: /cvs Module name: src Changes by: [email protected] 2026/01/01 06:36:09
Modified files:
lib/libcrypto/mlkem: mlkem.c mlkem_internal.c
Log message:
mlkem: clear a few (pointers to) secrets
The ML-KEM code is doing a pretty poor job at cleaning up secrets it no
longer needs. This commit clears a few stack-based arrays containing
secrets or not obviously public information and stack-based structs
containing pointers to secrets.
ok jsing kenjiro
