Re: [PATCH v2] lib/crypto: arm/blake2s: Fix some comments

From: Eric Biggers
Date: Mon Nov 03 2025 - 12:36:52 EST


On Sat, Nov 01, 2025 at 07:15:53PM -0700, Eric Biggers wrote:
> Fix the indices in some comments in blake2s-core.S.
>
> Signed-off-by: Eric Biggers <ebiggers@xxxxxxxxxx>
> ---
>
> v2: Fixed the same mistake in another place.
>
> 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