]> git.ipfire.org Git - thirdparty/openssl.git/commit
Update SLH-DSA code to use PACKET and WPACKET.
authorslontis <shane.lontis@oracle.com>
Tue, 12 Nov 2024 07:35:10 +0000 (18:35 +1100)
committerTomas Mraz <tomas@openssl.org>
Tue, 18 Feb 2025 09:17:29 +0000 (10:17 +0100)
commit148f4d23e1a9becf8984ddc92fa8ebcb3b760bd9
treea37345b95ed7554bed27f51e6dbe247ab3f8d17f
parented77201a26239509821c4bcd33045e3c417d0ccf
Update SLH-DSA code to use PACKET and WPACKET.

Reviewed-by: Paul Dale <ppzgs1@gmail.com>
Reviewed-by: Viktor Dukhovni <viktor@openssl.org>
Reviewed-by: Tim Hudson <tjh@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/25882)
crypto/slh_dsa/slh_dsa.c
crypto/slh_dsa/slh_dsa_key.c
crypto/slh_dsa/slh_dsa_local.h
crypto/slh_dsa/slh_fors.c
crypto/slh_dsa/slh_hash.c
crypto/slh_dsa/slh_hash.h
crypto/slh_dsa/slh_hypertree.c
crypto/slh_dsa/slh_wots.c
crypto/slh_dsa/slh_xmss.c
doc/designs/slh-dsa.md
test/slh_dsa_test.c