On Thu, Oct 17, 2019 at 09:09:21PM +0200, Ard Biesheuvel wrote:
> Wire up our newly added Blake2s implementation via the shash API.
> 
> Signed-off-by: Ard Biesheuvel <ard.biesheu...@linaro.org>
> ---
>  crypto/Kconfig                    |   4 +
>  crypto/Makefile                   |   1 +
>  crypto/blake2s-generic.c          | 171 ++++++++++++++++++++
>  include/crypto/internal/blake2s.h |   5 +

Nit: the blake2b patch from David Sterba, and most of the existing files in
crypto/, use the filename suffix "_generic.c" instead of "-generic.c".  So for
consistency it might be better to use "_generic.c".

- Eric

Reply via email to