]> git.ipfire.org Git - thirdparty/openssl.git/commit
Consolidate ML-KEM and ML-DSA codecs
authorViktor Dukhovni <openssl-users@dukhovni.org>
Fri, 14 Feb 2025 06:22:01 +0000 (17:22 +1100)
committerViktor Dukhovni <openssl-users@dukhovni.org>
Mon, 17 Feb 2025 04:14:10 +0000 (15:14 +1100)
commit22ab2a72d4a5b5b4e7fb2aa3b9c6d5f2fe217d75
treead78e8197b4abe4ad1eb99b8d940b4b31a8f14d3
parent594cef49b4e85839983aea083ed9497330421abb
Consolidate ML-KEM and ML-DSA codecs

These previously duplicated some code and structures, now shared.

Reviewed-by: Tim Hudson <tjh@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Shane Lontis <shane.lontis@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/26764)
providers/implementations/encode_decode/build.info
providers/implementations/encode_decode/ml_common_codecs.c [new file with mode: 0644]
providers/implementations/encode_decode/ml_common_codecs.h [new file with mode: 0644]
providers/implementations/encode_decode/ml_dsa_codecs.c
providers/implementations/encode_decode/ml_dsa_codecs.h
providers/implementations/encode_decode/ml_kem_codecs.c
providers/implementations/encode_decode/ml_kem_codecs.h