]> git.ipfire.org Git - thirdparty/openssl.git/commit
ML-DSA fixups
authorslontis <shane.lontis@oracle.com>
Mon, 6 Jan 2025 06:42:12 +0000 (17:42 +1100)
committerTomas Mraz <tomas@openssl.org>
Fri, 14 Feb 2025 09:46:03 +0000 (10:46 +0100)
commitfcffbbe1920c8bc38fe79a8c67b2f37a5d8593a9
tree94babcc8bae6cfc1ed14d525393ade74c634e460
parenta2391f3aa5c701c3b3d0d337d24181c8d55e87e7
ML-DSA fixups

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)
21 files changed:
crypto/ml_dsa/build.info
crypto/ml_dsa/ml_dsa_ctx.c [deleted file]
crypto/ml_dsa/ml_dsa_encoders.c
crypto/ml_dsa/ml_dsa_hash.h
crypto/ml_dsa/ml_dsa_key.c
crypto/ml_dsa/ml_dsa_key.h
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_ntt.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_vector.h
include/crypto/ml_dsa.h
include/internal/constant_time.h
providers/implementations/keymgmt/ml_dsa_kmgmt.c
providers/implementations/signature/ml_dsa_sig.c
test/ml_dsa.inc
test/ml_dsa_test.c