test-vectors: Add ML-KEM test vectors

The vectors are generated using the `kat_kem` utility of the liboqs
project and then converted using the `nist_kem_kat` script.
This commit is contained in:
Tobias Brunner
2024-11-22 14:03:16 +01:00
parent ee19c3e7dd
commit cc53a04c7a
3 changed files with 3302 additions and 1 deletions
@@ -54,6 +54,7 @@ libstrongswan_test_vectors_la_SOURCES = \
test_vectors/ecpbp.c \
test_vectors/curve25519.c \
test_vectors/curve448.c \
test_vectors/ml_kem.c \
test_vectors/drbg_ctr.c \
test_vectors/drbg_hmac.c \
test_vectors/rng.c