]> git.ipfire.org Git - thirdparty/openssl.git/commit
Add ML-DSA sign/verify
authorslontis <shane.lontis@oracle.com>
Fri, 20 Dec 2024 03:18:27 +0000 (14:18 +1100)
committerTomas Mraz <tomas@openssl.org>
Fri, 14 Feb 2025 09:46:03 +0000 (10:46 +0100)
commit3ab7409f3d9a05608e94b5351789fd85994b6511
tree2336ed9efb717b806043a1ef8624e878f0ce8c5a
parentefd7c96856d45f85aed8ed68c71d2faf23aa9786
Add ML-DSA sign/verify

Reviewed-by: Viktor Dukhovni <viktor@openssl.org>
Reviewed-by: Tim Hudson <tjh@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/26127)
22 files changed:
crypto/ml_dsa/build.info
crypto/ml_dsa/ml_dsa_encoders.c
crypto/ml_dsa/ml_dsa_hash.h [new file with mode: 0644]
crypto/ml_dsa/ml_dsa_key.c
crypto/ml_dsa/ml_dsa_key_compress.c
crypto/ml_dsa/ml_dsa_local.h
crypto/ml_dsa/ml_dsa_matrix.h
crypto/ml_dsa/ml_dsa_params.c
crypto/ml_dsa/ml_dsa_params.h
crypto/ml_dsa/ml_dsa_poly.h
crypto/ml_dsa/ml_dsa_sample.c
crypto/ml_dsa/ml_dsa_sign.c
crypto/ml_dsa/ml_dsa_sign.h [new file with mode: 0644]
crypto/ml_dsa/ml_dsa_vector.h
include/crypto/ml_dsa.h
providers/defltprov.c
providers/implementations/include/prov/implementations.h
providers/implementations/signature/build.info
providers/implementations/signature/ml_dsa_sig.c [new file with mode: 0644]
test/ml_dsa.inc
test/ml_dsa_test.c
util/perl/OpenSSL/paramnames.pm