From: Niels Möller Date: Wed, 30 Jan 2002 14:25:34 +0000 (+0100) Subject: Added reference to RFC 1321. X-Git-Tag: nettle_1.5_release_20020131~8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7f1d26eeba4a356616b5567b1fbcd67aab675848;p=thirdparty%2Fnettle.git Added reference to RFC 1321. Rev: src/nettle/md5.c:1.5 Rev: src/nettle/md5.h:1.5 --- diff --git a/md5.c b/md5.c index 20568d90..e1a25421 100644 --- a/md5.c +++ b/md5.c @@ -1,6 +1,6 @@ /* md5.c * - * The md5 hash function. + * The MD5 hash function, described in RFC 1321. */ /* nettle, low-level cryptographics library diff --git a/md5.h b/md5.h index c93bcc19..0859cb3e 100644 --- a/md5.h +++ b/md5.h @@ -1,6 +1,6 @@ /* md5.h * - * The md5 hash function. + * The MD5 hash function, described in RFC 1321. */ /* nettle, low-level cryptographics library