Re: [PATCH v7] crypto: jitterentropy - Use SHA-3 library
From: Eric Biggers
Date: Tue Mar 03 2026 - 00:00:08 EST
On Wed, Feb 25, 2026 at 05:00:05PM -0800, Eric Biggers wrote:
> From: David Howells <dhowells@xxxxxxxxxx>
>
> Make the jitterentropy RNG use the SHA-3 library API instead of
> crypto_shash. This ends up being quite a bit simpler, as various
> dynamic allocations and error checks become unnecessary.
>
> Signed-off-by: David Howells <dhowells@xxxxxxxxxx>
> Co-developed-by: Eric Biggers <ebiggers@xxxxxxxxxx>
> Signed-off-by: Eric Biggers <ebiggers@xxxxxxxxxx>
> ---
>
> This is a cleaned-up and rebased version of
> https://lore.kernel.org/linux-crypto/20251017144311.817771-7-dhowells@xxxxxxxxxx/
> If there are no objections, I'll take this via libcrypto-next.
Applied to https://git.kernel.org/pub/scm/linux/kernel/git/ebiggers/linux.git/log/?h=libcrypto-next
- Eric