CVSROOT: /cvs Module name: src Changes by: t...@cvs.openbsd.org 2024/12/19 16:52:26
Modified files: lib/libcrypto/mlkem: mlkem.h mlkem1024.c mlkem768.c mlkem_internal.h Log message: Do not assume mlkem.h and bytestring.h are public in libcrypto As long as is not quite clear what we want to do about the public API aspect of MLKEM, keep things internal for now. discussed with beck and jsing