]> git.ipfire.org Git - thirdparty/nettle.git/blobdiff - nettle-meta-hashes.c
ChangeLog entry for elf_aux_info fix
[thirdparty/nettle.git] / nettle-meta-hashes.c
index 27b576cdc58ce0df6819f1aea7793811b3f0e361..2245dfb7a04a91ddf467fb4b92cfcf64e800c7d5 100644 (file)
@@ -49,10 +49,15 @@ const struct nettle_hash * const _nettle_hashes[] = {
   &nettle_sha256,
   &nettle_sha384,
   &nettle_sha512,
+  &nettle_sha512_224,
+  &nettle_sha512_256,
   &nettle_sha3_224,
   &nettle_sha3_256,
   &nettle_sha3_384,
   &nettle_sha3_512,
+  &nettle_streebog256,
+  &nettle_streebog512,
+  &nettle_sm3,
   NULL
 };