On Thu, Aug 21, 2025 at 7:56 PM Eric Biggers <ebigg...@kernel.org> wrote: > > Instead of using the "sha1" crypto_shash, simply call the sha1() library > function. This is simpler and faster. > > Signed-off-by: Eric Biggers <ebigg...@kernel.org>
Reviewed-by: Chen-Yu Tsai <we...@chromium.org>