]> git.ipfire.org Git - thirdparty/openssl.git/commit
ML-KEM encoder and decoder tests
authorViktor Dukhovni <openssl-users@dukhovni.org>
Thu, 23 Jan 2025 15:20:48 +0000 (02:20 +1100)
committerTomas Mraz <tomas@openssl.org>
Fri, 14 Feb 2025 09:50:58 +0000 (10:50 +0100)
commit1811f990f9349d75001c4c52f8d4694fab7c773f
tree0069ab5b285661858c52115f11eb26f571b7ac13
parent318994a121daa479f9418514ccf0ac196792de3b
ML-KEM encoder and decoder tests

Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/26512)
27 files changed:
.gitattributes
test/recipes/15-test_ml_kem.t [new file with mode: 0644]
test/recipes/15-test_ml_kem_data/ct-1024.dat [new file with mode: 0644]
test/recipes/15-test_ml_kem_data/ct-512.dat [new file with mode: 0644]
test/recipes/15-test_ml_kem_data/ct-768.dat [new file with mode: 0644]
test/recipes/15-test_ml_kem_data/ml-kem.cnf [new file with mode: 0644]
test/recipes/15-test_ml_kem_data/prv-1024-pair-oqs.pem [new file with mode: 0644]
test/recipes/15-test_ml_kem_data/prv-1024-priv-only.pem [new file with mode: 0644]
test/recipes/15-test_ml_kem_data/prv-1024-priv-oqs.pem [new file with mode: 0644]
test/recipes/15-test_ml_kem_data/prv-1024-seed-only.pem [new file with mode: 0644]
test/recipes/15-test_ml_kem_data/prv-1024-seed-priv.pem [new file with mode: 0644]
test/recipes/15-test_ml_kem_data/prv-512-pair-oqs.pem [new file with mode: 0644]
test/recipes/15-test_ml_kem_data/prv-512-priv-only.pem [new file with mode: 0644]
test/recipes/15-test_ml_kem_data/prv-512-priv-oqs.pem [new file with mode: 0644]
test/recipes/15-test_ml_kem_data/prv-512-seed-only.pem [new file with mode: 0644]
test/recipes/15-test_ml_kem_data/prv-512-seed-priv.pem [new file with mode: 0644]
test/recipes/15-test_ml_kem_data/prv-768-pair-oqs.pem [new file with mode: 0644]
test/recipes/15-test_ml_kem_data/prv-768-priv-only.pem [new file with mode: 0644]
test/recipes/15-test_ml_kem_data/prv-768-priv-oqs.pem [new file with mode: 0644]
test/recipes/15-test_ml_kem_data/prv-768-seed-only.pem [new file with mode: 0644]
test/recipes/15-test_ml_kem_data/prv-768-seed-priv.pem [new file with mode: 0644]
test/recipes/15-test_ml_kem_data/pub-1024.pem [new file with mode: 0644]
test/recipes/15-test_ml_kem_data/pub-512.pem [new file with mode: 0644]
test/recipes/15-test_ml_kem_data/pub-768.pem [new file with mode: 0644]
test/recipes/15-test_ml_kem_data/ss-1024.dat [new file with mode: 0644]
test/recipes/15-test_ml_kem_data/ss-512.dat [new file with mode: 0644]
test/recipes/15-test_ml_kem_data/ss-768.dat [new file with mode: 0644]