summaryrefslogtreecommitdiff
path: root/bin/md5/rmd160.1
diff options
context:
space:
mode:
authorAaron Campbell <aaron@cvs.openbsd.org>2000-03-23 21:10:24 +0000
committerAaron Campbell <aaron@cvs.openbsd.org>2000-03-23 21:10:24 +0000
commitb798cf19b4800f7e2244cd2753942a9cda3c7a76 (patch)
tree458a820e76ac127263c81d4a44a9005c907e4b20 /bin/md5/rmd160.1
parent4094520b959c9701948aecbc7e645eb1d6e77287 (diff)
Fix some formatting problems I missed before.
Diffstat (limited to 'bin/md5/rmd160.1')
-rw-r--r--bin/md5/rmd160.114
1 files changed, 8 insertions, 6 deletions
diff --git a/bin/md5/rmd160.1 b/bin/md5/rmd160.1
index 5b050f81ce3..2822577749d 100644
--- a/bin/md5/rmd160.1
+++ b/bin/md5/rmd160.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: rmd160.1,v 1.5 1998/12/15 01:20:23 aaron Exp $
+.\" $OpenBSD: rmd160.1,v 1.6 2000/03/23 21:10:22 aaron Exp $
.\"
.Dd July 16, 1997
.Dt RMD160 1
@@ -18,6 +18,7 @@ as output a 160-bit "fingerprint" or "message digest" of the input.
It is conjectured that it is computationally infeasible to produce
two messages having the same message digest, or to produce any
message having a given prespecified target message digest.
+.Pp
The
.Em RMD-160
algorithm is intended for digital signature applications, where a
@@ -25,11 +26,8 @@ large file must be "compressed" in a secure manner before being
encrypted with a private (secret) key under a public-key cryptosystem
such as
.Em RSA .
-.Sh OPTIONS
-The following four options may be used in any combination and must
-precede any files named on the command line. The RMD-160
-sum of each file listed on the command line is printed after the options
-are processed.
+.Pp
+The options are as follows:
.Bl -tag -width Fl
.It Fl s Ar string
Prints a checksum of the given
@@ -43,6 +41,10 @@ Runs a built-in time trial.
.It Fl x
Runs a built-in test script.
.El
+.Pp
+The RMD-160
+sum of each file listed on the command line is printed after the options
+are processed.
.Sh SEE ALSO
.Xr cksum 1 ,
.Xr md5 1 ,