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
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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,
+2 −0
Original line number Diff line number Diff line
@@ -5,6 +5,8 @@
#include "sha3.h"

const char* hashes[] = {
  "gosthash94",
  "gosthash94cp",
  "md2",
  "md4",
  "md5",