summaryrefslogtreecommitdiff
path: root/lib/libc/hash/rmd160.3
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2003-05-30 19:55:04 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2003-05-30 19:55:04 +0000
commitc4c09a71e4b3405478790904b37a979152fe2c88 (patch)
tree59ee8f31623e20f0c2db59f674583e6f56f0b2f5 /lib/libc/hash/rmd160.3
parentdf032258b55e060a98c02218a32a396a128cc9d3 (diff)
- section reorder
- whitespace at EOL
Diffstat (limited to 'lib/libc/hash/rmd160.3')
-rw-r--r--lib/libc/hash/rmd160.330
1 files changed, 15 insertions, 15 deletions
diff --git a/lib/libc/hash/rmd160.3 b/lib/libc/hash/rmd160.3
index 1da69756ae2..436f4aff919 100644
--- a/lib/libc/hash/rmd160.3
+++ b/lib/libc/hash/rmd160.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: rmd160.3,v 1.16 2001/10/01 22:12:14 markus Exp $
+.\" $OpenBSD: rmd160.3,v 1.17 2003/05/30 19:55:03 jmc Exp $
.\"
.\" Copyright (c) 1997 Todd C. Miller <Todd.Miller@courtesan.com>
.\" All rights reserved.
@@ -183,20 +183,6 @@ char *buf = "abc";
printf("0x%s\en", RMD160Data(buf, strlen(buf), output));
.Ed
-.Sh CAVEATS
-If a message digest is to be copied to a multi-byte type (ie:
-an array of five 32-bit integers) it will be necessary to
-perform byte swapping on little endian machines such as the i386, alpha,
-and vax.
-.Sh AUTHORS
-This implementation of RMD-160 was written by Markus Friedl.
-.Pp
-The
-.Fn RMD160End ,
-.Fn RMD160File ,
-and
-.Fn RMD160Data
-helper functions are derived from code written by Poul-Henning Kamp.
.Sh SEE ALSO
.Xr rmd160 1 ,
.Xr md4 3 ,
@@ -221,3 +207,17 @@ helper functions are derived from code written by Poul-Henning Kamp.
.Sh HISTORY
The RMD-160 functions appeared in
.Ox 2.1 .
+.Sh AUTHORS
+This implementation of RMD-160 was written by Markus Friedl.
+.Pp
+The
+.Fn RMD160End ,
+.Fn RMD160File ,
+and
+.Fn RMD160Data
+helper functions are derived from code written by Poul-Henning Kamp.
+.Sh CAVEATS
+If a message digest is to be copied to a multi-byte type (ie:
+an array of five 32-bit integers) it will be necessary to
+perform byte swapping on little endian machines such as the i386, alpha,
+and vax.