CVSROOT: /cvs Module name: src Changes by: b...@cvs.openbsd.org 2025/09/05 17:30:12
Modified files: lib/libcrypto : Makefile lib/libcrypto/mlkem: mlkem.c mlkem_internal.h mlkem_key.c Added files: lib/libcrypto/mlkem: mlkem_internal.c Removed files: lib/libcrypto/mlkem: mlkem1024.c mlkem768.c Log message: Deduplicate the mlkem 768 and mlkem 1024 code. This moves everything not public to mlkem_internal.c removing the old files and doing some further cleanup on the way. With this landed mlkem is out of my stack and can be changed without breaking my subsequent changes ok tb@