CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2025/05/19 00:47:40
Modified files:
lib/libcrypto/mlkem: mlkem.h mlkem1024.c 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:
API changes for ML-KEM
- Get rid of CBB/CBS usage in public api
- Make void functions return int that can fail if malloc fails.
Along with some fallout and resulting bikeshedding in the regress tests.
ok jsing@, tb@