summaryrefslogtreecommitdiff
path: root/md5.h
diff options
context:
space:
mode:
authorNiels Möller <nisse@lysator.liu.se>2002-01-30 15:25:34 +0100
committerNiels Möller <nisse@lysator.liu.se>2002-01-30 15:25:34 +0100
commit7f1d26eeba4a356616b5567b1fbcd67aab675848 (patch)
treeaba9937da156bd115322fa3dd1d61f302543dc82 /md5.h
parent2b9c139617da4dc60b822ac3f39f29e5bddd6b72 (diff)
downloadnettle-7f1d26eeba4a356616b5567b1fbcd67aab675848.tar.gz
Added reference to RFC 1321.
Rev: src/nettle/md5.c:1.5 Rev: src/nettle/md5.h:1.5
Diffstat (limited to 'md5.h')
-rw-r--r--md5.h2
1 files changed, 1 insertions, 1 deletions
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