summaryrefslogtreecommitdiff
path: root/sha512.c
diff options
context:
space:
mode:
Diffstat (limited to 'sha512.c')
-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