Re: [PATCH v7] lib/crypto: blake2s: include as built-in

From: Eric Biggers
Date: Wed Jan 05 2022 - 16:53:38 EST


On Tue, Jan 04, 2022 at 06:02:52PM +0100, Ard Biesheuvel wrote:
> The only downside here is that the ARM/x86 accelerated shashes and the
> generic shash now use the same core transform, right?

I don't see how this is the case, given that crypto/blake2s_generic.c still uses
blake2s_compress_generic(), not blake2s_compress().

- Eric