CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2024/12/12 17:17:18
Modified files:
lib/libcrypto : Makefile
lib/libcrypto/hidden/openssl: mlkem.h
lib/libcrypto/mlkem: mlkem.h mlkem_internal.h
regress/lib/libcrypto/mlkem: Makefile mlkem_unittest.c
Added files:
lib/libcrypto/mlkem: mlkem1024.c
regress/lib/libcrypto/mlkem: mlkem1024_decap_tests.c
mlkem1024_decap_tests.txt
mlkem1024_encap_tests.c
mlkem1024_encap_tests.txt
mlkem1024_iteration_test.c
mlkem1024_keygen_tests.c
mlkem1024_keygen_tests.txt
mlkem1024_nist_decap_tests.c
mlkem1024_nist_decap_tests.txt
mlkem1024_nist_keygen_tests.c
mlkem1024_nist_keygen_tests.txt
Log message:
Add ML-KEM 1024 from BoringSSL
Changes include conversion from C++, basic KNF, then adaptation to
use our sha3 functions for sha3 and shake instead of the BorinSSL
version. This Adds units tests to run against BoringSSL and NIST test
vectors.
The future public API is the same as Boring's - but is not yet exposed
pending making bytestring.h public (which will happen separately) and
a minor bump
Currently this will just ensure we build and run regress.
ok tb@ to get it into the tree and massage from there.