summaryrefslogtreecommitdiff
path: root/share/man/man9/md5.9
diff options
context:
space:
mode:
Diffstat (limited to 'share/man/man9/md5.9')
-rw-r--r--share/man/man9/md5.916
1 files changed, 8 insertions, 8 deletions
diff --git a/share/man/man9/md5.9 b/share/man/man9/md5.9
index 8a99c43a91a..3017703509d 100644
--- a/share/man/man9/md5.9
+++ b/share/man/man9/md5.9
@@ -1,4 +1,4 @@
-.\" $OpenBSD: md5.9,v 1.3 1999/05/23 14:11:40 aaron Exp $
+.\" $OpenBSD: md5.9,v 1.4 2000/10/12 18:06:01 aaron Exp $
.\"
.\" Copyright (c) 1996 Michael Shalayeff
.\" All rights reserved.
@@ -44,13 +44,15 @@
The
.Nm
module implements the RSA Data Security, Inc. MD5 Message-Digest Algorithm
-(MD5). It produces 128-bit MD5 Digest of data.
+(MD5).
+It produces 128-bit MD5 Digest of data.
.Pp
.Bl -hang -width MD5Transform
.It Pa MD5Init
must be called just before
.Fn MD5Transform
-will be used to produce a digest. the
+will be used to produce a digest.
+The
.Fa buf
argument is the storage for the digest being produced on subsequent
calls to the
@@ -66,11 +68,9 @@ of new data passed in
argument.
.Sh COPYRIGHTS
The code for MD5 transform was taken from Colin Plumb's
-implementation, which has been placed in the public domain. The
-MD5 cryptographic checksum was devised by Ronald Rivest, and is
+implementation, which has been placed in the public domain.
+The MD5 cryptographic checksum was devised by Ronald Rivest, and is
documented in RFC 1321, "The MD5 Message Digest Algorithm".
.Sh SEE ALSO
-.Xr random 4
-,
+.Xr random 4 ,
.Xr random 9
-