summaryrefslogtreecommitdiffstats
path: root/lib/libmd/sha.3
diff options
context:
space:
mode:
authorwollman <wollman@FreeBSD.org>1999-02-26 18:41:47 +0000
committerwollman <wollman@FreeBSD.org>1999-02-26 18:41:47 +0000
commitdb4b7a727b6b70ad291fe1dd62d4ce4b5ac85fcb (patch)
tree1bdd07fdb8f0374d02ad2a36e84752eb4c9babe0 /lib/libmd/sha.3
parent663aa4f0a8d13099acb684f0e521bc3698ffc0b8 (diff)
downloadFreeBSD-src-db4b7a727b6b70ad291fe1dd62d4ce4b5ac85fcb.zip
FreeBSD-src-db4b7a727b6b70ad291fe1dd62d4ce4b5ac85fcb.tar.gz
Add Eric Young's RIPEMD160 implementation as well, in case SHA-1
should prove weak. Also fix a few problems with the SHA-1 build.
Diffstat (limited to 'lib/libmd/sha.3')
-rw-r--r--lib/libmd/sha.37
1 files changed, 4 insertions, 3 deletions
diff --git a/lib/libmd/sha.3 b/lib/libmd/sha.3
index d9ae849..28a29bd 100644
--- a/lib/libmd/sha.3
+++ b/lib/libmd/sha.3
@@ -7,10 +7,10 @@
.\" ----------------------------------------------------------------------------
.\"
.\" From: Id: mdX.3,v 1.14 1999/02/11 20:31:49 wollman Exp
-.\" $Id$
+.\" $Id: sha.3,v 1.1 1999/02/26 04:24:56 wollman Exp $
.\"
.Dd February 25, 1999
-.Dt SHAX 3
+.Dt SHA 3
.Os FreeBSD 4.0
.Sh NAME
.Nm SHA_Init ,
@@ -123,7 +123,8 @@ argument is non-null it must point to at least 41 characters of buffer space.
.Sh SEE ALSO
.Xr md2 3 ,
.Xr md4 3 ,
-.Xr md5 3
+.Xr md5 3 ,
+.Xr ripemd 3
.Sh AUTHORS
The core hash routines were implemented by Eric Young based on the
published
OpenPOWER on IntegriCloud