blake2: add implementation support for variable digest length
authorAntoine Salon <asalon@vmware.com>
Thu, 20 Dec 2018 23:08:23 +0000 (15:08 -0800)
committerMatt Caswell <matt@openssl.org>
Wed, 6 Feb 2019 09:18:43 +0000 (09:18 +0000)
commit18568864169d970bcbda300e76f6fb1a1015a0d5
tree7a17dbee5cdcbfa604713b11cb9f63938638f06d
parentdf4439186fb70ce72668d472943dbcd057df8f30
blake2: add implementation support for variable digest length

Signed-off-by: Antoine Salon <asalon@vmware.com>
Reviewed-by: Richard Levitte <levitte@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/7726)
crypto/blake2/blake2_locl.h
crypto/blake2/blake2b.c
crypto/blake2/blake2s.c