diff options
author | Markus Friedl <markus@cvs.openbsd.org> | 2001-10-01 20:36:18 +0000 |
---|---|---|
committer | Markus Friedl <markus@cvs.openbsd.org> | 2001-10-01 20:36:18 +0000 |
commit | 15be475abd20efce5128e4c59e3d05c5eb9c6e20 (patch) | |
tree | cd967025e9b9e2ac99513026f6ff6e46e189e567 /lib/libc/hash/rmd160.3 | |
parent | 946b760324f2cccd70954bc893d2d158795e7e2a (diff) |
new rmd160 implementation. based on
ftp://ftp.rsasecurity.com/pub/cryptobytes/crypto3n2.pdf, ok deraadt@
Diffstat (limited to 'lib/libc/hash/rmd160.3')
-rw-r--r-- | lib/libc/hash/rmd160.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/hash/rmd160.3 b/lib/libc/hash/rmd160.3 index 907da59ed5e..d806e57b04e 100644 --- a/lib/libc/hash/rmd160.3 +++ b/lib/libc/hash/rmd160.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: rmd160.3,v 1.14 2001/08/06 10:42:26 mpech Exp $ +.\" $OpenBSD: rmd160.3,v 1.15 2001/10/01 20:36:17 markus Exp $ .\" .\" Copyright (c) 1997 Todd C. Miller <Todd.Miller@courtesan.com> .\" All rights reserved. @@ -189,7 +189,7 @@ 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 Antoon Bosselaers. +This implementation of RMD-160 was written by Markus Friedl. .Pp The .Fn RMD160End , |