Re: [PATCH] lib/crypto: Remove unused file blockhash.h

From: Eric Biggers

Date: Tue Mar 17 2026 - 12:46:24 EST


On Sat, Mar 14, 2026 at 10:35:26AM -0700, Eric Biggers wrote:
> For a short time this file was used by the SHA-256 and Poly1305 library
> code, but they are no longer using it. Remove this unused file.
>
> Signed-off-by: Eric Biggers <ebiggers@xxxxxxxxxx>
> ---
>
> This patch is targeting libcrypto-next

Applied to https://git.kernel.org/pub/scm/linux/kernel/git/ebiggers/linux.git/log/?h=libcrypto-next

- Eric