summaryrefslogtreecommitdiff
path: root/lib/libc/hash/rmd160.3
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>2004-08-24 20:10:34 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>2004-08-24 20:10:34 +0000
commit1226f7235392c5d3783f7fcad964922caf72817a (patch)
treeeea178ea02bf58cd24fc0bf05fe67303013e1912 /lib/libc/hash/rmd160.3
parent12590e9087dd3c2274acb85fb38b64a82b8ffc15 (diff)
Whoops, ripemd was broken, not ripemd-160.
Diffstat (limited to 'lib/libc/hash/rmd160.3')
-rw-r--r--lib/libc/hash/rmd160.39
1 files changed, 1 insertions, 8 deletions
diff --git a/lib/libc/hash/rmd160.3 b/lib/libc/hash/rmd160.3
index 72fe3b0a2bb..48f69632143 100644
--- a/lib/libc/hash/rmd160.3
+++ b/lib/libc/hash/rmd160.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: rmd160.3,v 1.27 2004/08/24 19:38:17 millert Exp $
+.\" $OpenBSD: rmd160.3,v 1.28 2004/08/24 20:10:33 millert Exp $
.\"
.\" Copyright (c) 1997, 2004 Todd C. Miller <Todd.Miller@courtesan.com>
.\"
@@ -238,10 +238,3 @@ 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 BUGS
-Collisions have been found for the full version of RMD-160.
-The use of
-.Xr sha1 3
-or
-.Xr sha2 3
-is recommended instead.