CVSROOT: /cvs Module name: src Changes by: b...@cvs.openbsd.org 2025/05/19 01:53:00
Modified files: lib/libcrypto/mlkem: mlkem768.c mlkem_internal.h regress/lib/libcrypto/mlkem: mlkem_iteration_tests.c mlkem_tests.c mlkem_tests_util.c mlkem_tests_util.h mlkem_unittest.c Log message: Fix up MLKEM768_marshal_private_key to not use a passed in CBB Even though this should remain internal, make it the same as the public key marshal function, and make the needed fallout changes in regress. This does not yet do the bikeshed of renaming the structure field in the regress ctx, that will wait until a follow on to convert 1024 in a similar manner ok tb@