]> 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 8e96dd414d234d5024c6e71ca01611ae8cf9be16..2245dfb7a04a91ddf467fb4b92cfcf64e800c7d5 100644 (file)
@@ -49,12 +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
 };