summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNiels Möller <nisse@lysator.liu.se>2013-03-26 14:13:17 +0100
committerNiels Möller <nisse@lysator.liu.se>2013-03-26 14:13:17 +0100
commit6f377753a73b01984ee5bda17f532874c74a735a (patch)
tree9d65c0648c56a7d3e7488947820041c70ff4c746
parent2e08dc07b57dca9c25236113825c602082142ee0 (diff)
downloadnettle-6f377753a73b01984ee5bda17f532874c74a735a.tar.gz
Updated FIPS reference.
-rw-r--r--sha512.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sha512.c b/sha512.c
index 95623cb7..bf5de2fc 100644
--- a/sha512.c
+++ b/sha512.c
@@ -1,8 +1,8 @@
/* sha512.c
*
- * The sha512 hash function FIXME: Add the SHA384 variant.
+ * The sha512 hash function.
*
- * See http://csrc.nist.gov/publications/fips/fips180-2/fips180-2.pdf
+ * See http://csrc.nist.gov/publications/fips/fips180-4/fips-180-4.pdf
*/
/* nettle, low-level cryptographics library