Re: [PATCH net-next] r8152: use SHA-256 library API instead of crypto_shash API
From: Jakub Kicinski
Date: Fri May 02 2025 - 22:17:08 EST
On Mon, 28 Apr 2025 12:16:06 -0700 Eric Biggers wrote:
> From: Eric Biggers <ebiggers@xxxxxxxxxx>
>
> This user of SHA-256 does not support any other algorithm, so the
> crypto_shash abstraction provides no value. Just use the SHA-256
> library API instead, which is much simpler and easier to use.
>
> Signed-off-by: Eric Biggers <ebiggers@xxxxxxxxxx>
Applied, thanks!