]> git.ipfire.org Git - thirdparty/openssl.git/commit
SHA3 - Move the buffered absorb function into sha3.c
authorslontis <shane.lontis@oracle.com>
Fri, 17 Oct 2025 05:11:11 +0000 (16:11 +1100)
committerslontis <shane.lontis@oracle.com>
Tue, 17 Feb 2026 01:16:50 +0000 (12:16 +1100)
commit2d3bd088b3c43e5b10dcf298bcf01b5637e32e7f
tree7d1c2fbffb38d1a1a177ca180e5df958b38ca233
parent5b310281af9a77d180a81c6dc0a093022931b1cb
SHA3 - Move the buffered absorb function into sha3.c
This code was sitting inside the sha3 provider where it could not be
called directly.

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/sha3.c
include/internal/sha3.h
providers/implementations/digests/sha3_prov.c