19 Jun
2024
19 Jun
'24
4:03 p.m.
On Wed, 19 Jun 2024 12:59:06 +1000
David Gibson
In fc8f0f8c ("siphash: Use incremental rather than all-at-once siphash functions") we removed the older interface to the SipHash implementation, which took fixed sized blocks of data. However, we forgot to remove the prototypes for those functions, so do that now.
Fixes: fc8f0f8c ("siphash: Use incremental rather than all-at-once"...)
Signed-off-by: David Gibson
Applied. -- Stefano