Re: [PATCH v2 00/11] crypto: arm32-optimized BLAKE2b and BLAKE2s

2020-12-18 Thread Ard Biesheuvel
On Thu, 17 Dec 2020 at 23:24, Eric Biggers wrote: > > This patchset adds 32-bit ARM assembly language implementations of > BLAKE2b and BLAKE2s. > > The BLAKE2b implementation is NEON-accelerated, while the BLAKE2s > implementation uses scalar instructions since NEON doesn't work very > well for it

[PATCH v2 00/11] crypto: arm32-optimized BLAKE2b and BLAKE2s

2020-12-17 Thread Eric Biggers
This patchset adds 32-bit ARM assembly language implementations of BLAKE2b and BLAKE2s. The BLAKE2b implementation is NEON-accelerated, while the BLAKE2s implementation uses scalar instructions since NEON doesn't work very well for it. The BLAKE2b implementation is faster and is expected to be us