# HOW TO EDIT THIS FILE:
# The "handy ruler" below makes it easier to edit a package description.  Line
# up the first '|' above the ':' following the base package name, and the '|' on
# the right side marks the last column you can put a character in. You must make
# exactly 11 lines for the formatting to be correct.  It's also customary to
# leave one space after the ':'.

        |-----handy-ruler------------------------------------------------------|
libmhash: Mhash is free (under GNU Lesser GPL) library whitch provides 
libmhash: a uniform interface to a large number of hash algorithms. These
libmhash: algorithms can be used to compute checksums, message digest, 
libmhash: and other signatures. The HMAC support implements the basics for
libmhash: message authentication, following RFC 2104. In the later versions
libmhash: some key generation algorithms, which use hash algorithms, have been
libmhash: added. The manpage for mhash is mhash 3. At the time of writing
libmhash: this, the library supports the algorithms: SHA1, GOST, HAVAL256,
libmhash: HAVAL224, HAVAL192, HAVAL160, HAVAL128, MD5, MD4, RIPEMD160, TIGER,
libmhash: TIGER160, TIGER128, CRC32B and CRC32 checksums.
libmhash: Packager: robert moszczynski <rmoszczynski@interia.pl>