From 7f1d26eeba4a356616b5567b1fbcd67aab675848 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20M=C3=B6ller?= <nisse@lysator.liu.se> Date: Wed, 30 Jan 2002 15:25:34 +0100 Subject: [PATCH] Added reference to RFC 1321. Rev: src/nettle/md5.c:1.5 Rev: src/nettle/md5.h:1.5 --- md5.c | 2 +- md5.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 -- GitLab