summaryrefslogtreecommitdiff
path: root/nettle-meta-hashes.c
diff options
context:
space:
mode:
authorDmitry Baryshkov <dbaryshkov@gmail.com>2020-06-05 02:27:06 +0300
committerNiels Möller <nisse@lysator.liu.se>2020-06-06 17:33:36 +0200
commitbae8844a4d4baef217be68f6d013e38faa897c98 (patch)
tree8be51fab7acd678f8d866e61b4b63a32c76b5acf /nettle-meta-hashes.c
parentd420aa762c4eb64fcd9b89096f2e7312090f8fac (diff)
downloadnettle-bae8844a4d4baef217be68f6d013e38faa897c98.tar.gz
Implement GOST R 34.11-2012 (Streebog) hash function
Also add nettle_streebog256 and nettle_streebog512 to nettle meta interface. Signed-off-by: Dmitry Baryshkov <dbaryshkov@gmail.com>
Diffstat (limited to 'nettle-meta-hashes.c')
-rw-r--r--nettle-meta-hashes.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/nettle-meta-hashes.c b/nettle-meta-hashes.c
index 27b576cd..8e96dd41 100644
--- a/nettle-meta-hashes.c
+++ b/nettle-meta-hashes.c
@@ -53,6 +53,8 @@ const struct nettle_hash * const _nettle_hashes[] = {
&nettle_sha3_256,
&nettle_sha3_384,
&nettle_sha3_512,
+ &nettle_streebog256,
+ &nettle_streebog512,
NULL
};