Skip to content
Snippets Groups Projects
Commit f3c11e59 authored by Dmitry Baryshkov's avatar Dmitry Baryshkov Committed by Niels Möller
Browse files

Add GOST R 34.11-94 to nettle_hashes


Add entries for gosthash94 and gosthash94cp in nettle_hashes array.

Signed-off-by: default avatarDmitry Eremin-Solenikov <dbaryshkov@gmail.com>
parent 5c4be62a
No related branches found
No related tags found
No related merge requests found
......@@ -38,6 +38,8 @@
#include "nettle-meta.h"
const struct nettle_hash * const _nettle_hashes[] = {
&nettle_gosthash94,
&nettle_gosthash94cp,
&nettle_md2,
&nettle_md4,
&nettle_md5,
......
......@@ -5,6 +5,8 @@
#include "sha3.h"
const char* hashes[] = {
"gosthash94",
"gosthash94cp",
"md2",
"md4",
"md5",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment