From 6f377753a73b01984ee5bda17f532874c74a735a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20M=C3=B6ller?= <nisse@lysator.liu.se> Date: Tue, 26 Mar 2013 14:13:17 +0100 Subject: [PATCH] Updated FIPS reference. --- sha512.c | 4 ++-- 1 file 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 -- GitLab