summaryrefslogtreecommitdiff
path: root/cipher/Makefile.am
diff options
context:
space:
mode:
authorDmitry Eremin-Solenikov <dbaryshkov@gmail.com>2013-09-18 14:34:18 +0200
committerWerner Koch <wk@gnupg.org>2013-09-18 14:35:08 +0200
commitc22064bdd773a807801e300aa9214b2fdcafcf20 (patch)
treea45813dbbd6b94a988478c02a763aef25680b5c5 /cipher/Makefile.am
parentb0579baaa04fb91eabbbdc295bcabea04cf84056 (diff)
downloadlibgcrypt-c22064bdd773a807801e300aa9214b2fdcafcf20.tar.gz
Add GOST R 34.11-2012 implementation (Stribog)
* src/gcrypt.h.in (GCRY_MD_GOSTR3411_12_256) (GCRY_MD_GOSTR3411_12_512): New. * cipher/stribog.c: New. * configure.ac (available_digests_64): Add stribog. * src/cipher.h: Declare Stribog declarations. * cipher/md.c: Register Stribog digest. * tests/basic.c (check_digests) Add 4 testcases for Stribog from standard. * doc/gcrypt.texi: Document new constants. Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
Diffstat (limited to 'cipher/Makefile.am')
-rw-r--r--cipher/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/cipher/Makefile.am b/cipher/Makefile.am
index f0aaebea..49d4cee3 100644
--- a/cipher/Makefile.am
+++ b/cipher/Makefile.am
@@ -76,6 +76,7 @@ serpent.c serpent-sse2-amd64.S serpent-avx2-amd64.S \
sha1.c \
sha256.c \
sha512.c sha512-armv7-neon.S \
+stribog.c \
tiger.c \
whirlpool.c \
twofish.c twofish-amd64.S \