summaryrefslogtreecommitdiffstats
path: root/crypto/mhash/DETAILS
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/mhash/DETAILS')
-rwxr-xr-xcrypto/mhash/DETAILS21
1 files changed, 21 insertions, 0 deletions
diff --git a/crypto/mhash/DETAILS b/crypto/mhash/DETAILS
new file mode 100755
index 0000000000..4f40479e7c
--- /dev/null
+++ b/crypto/mhash/DETAILS
@@ -0,0 +1,21 @@
+ SPELL=mhash
+ VERSION=0.9.2
+ BUILD_API=2
+ SOURCE=$SPELL-$VERSION.tar.bz2
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELL/$SOURCE
+ MD5[0]=aa1240be6076acd17e8461abc1d2147d
+ WEB_SITE=http://mhash.sourceforge.net/
+ ENTERED=20011123
+ UPDATED=20030502
+ LICENSE[0]=LGPL
+ MAINTAINER=hgr@vabo.cz
+ SHORT="Mhash is a free library for hash algorithms"
+cat << EOF
+mhash is a thread-safe hash library implemented in C, and provides a
+uniform interface to a large number of hash algorithms (MD5, SHA-1,
+HAVAL, RIPEMD160, TIGER, GOST). These algorithms can be used to
+compute checksums, message digests, and other signatures. The HMAC
+support implements the basics for message authentication, following
+RFC 2104.
+EOF