]> git.ipfire.org Git - thirdparty/openssl.git/commit
SHA512 : Change SHA512_Final() so that it handles 192 bits.
authorslontis <shane.lontis@oracle.com>
Fri, 17 Oct 2025 05:15:03 +0000 (16:15 +1100)
committerslontis <shane.lontis@oracle.com>
Tue, 17 Feb 2026 01:16:50 +0000 (12:16 +1100)
commit4ac943b70ab70bc7d5042926ce58e82dd3cbee9e
treecb7df88b9a2684709568b1986d39cea89229b05a
parent2d3bd088b3c43e5b10dcf298bcf01b5637e32e7f
SHA512 : Change SHA512_Final() so that it handles 192 bits.

SLH-DSA uses SHA-512 truncated to n when (n = 24 or 32).

Reviewed-by: Paul Dale <paul.dale@oracle.com>
Reviewed-by: Viktor Dukhovni <viktor@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/28941)
crypto/sha/sha512.c