crypto: streebog - add Streebog hash function
authorVitaly Chikunov <vt@altlinux.org>
Tue, 6 Nov 2018 21:00:01 +0000 (00:00 +0300)
committerHerbert Xu <herbert@gondor.apana.org.au>
Fri, 16 Nov 2018 06:09:40 +0000 (14:09 +0800)
commitfe18957e8e87403a9d4be8e8a62352ef107def99
treeb7dd8f072d2635070492ed90583fd1ea37f07394
parentd65ddecbea3c07f9f93af9d32680e650f20aa102
crypto: streebog - add Streebog hash function

Add GOST/IETF Streebog hash function (GOST R 34.11-2012, RFC 6986)
generic hash transformation.

Cc: linux-integrity@vger.kernel.org
Signed-off-by: Vitaly Chikunov <vt@altlinux.org>
Reviewed-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
crypto/Kconfig
crypto/Makefile
crypto/streebog_generic.c [new file with mode: 0644]
include/crypto/streebog.h [new file with mode: 0644]