[PATCH 1/5] crypto: blake2b - rename constants for consistency with blake2s
David Sterba
dsterba at suse.cz
Thu Dec 17 12:13:37 EST 2020
On Tue, Dec 15, 2020 at 03:47:04PM -0800, Eric Biggers wrote:
> From: Eric Biggers <ebiggers at google.com>
>
> Rename some BLAKE2b-related constants to be consistent with the names
> used in the BLAKE2s implementation (see include/crypto/blake2s.h):
>
> BLAKE2B_*_DIGEST_SIZE => BLAKE2B_*_HASH_SIZE
> BLAKE2B_BLOCKBYTES => BLAKE2B_BLOCK_SIZE
> BLAKE2B_KEYBYTES => BLAKE2B_KEY_SIZE
>
> Signed-off-by: Eric Biggers <ebiggers at google.com>
Reviewed-by: David Sterba <dsterba at suse.com>
More information about the linux-arm-kernel
mailing list