Package: libmhash Version: 0.8.18 Revision: 2 Source: mirror:sourceforge:mhash/mhash-%v.tar.gz Source-MD5: c5fcebff6753a03403cfed3ba8771a56 SourceRename: mhash-%v.tar.gz Depends: %N-shlibs (= %v-%r) Conflicts: %N-dev (<< 0.8.18-2) Replaces: %N-dev (<< 0.8.18-2) BuildDepends: fink (>= 0.9.9) BuildDependsOnly: True UpdateConfigGuess: true SetCPPFLAGS: -no-cpp-precomp ConfigureParams: --mandir=%p/share/man InstallScript: << make install DESTDIR=%d << DocFiles: COPYING README NEWS SplitOff: << Package: %N-shlibs Replaces: libmhash (<< 0.8.17-1) Files: << lib/libmhash.2.0.0.dylib lib/libmhash.2.dylib << DocFiles: COPYING README NEWS Shlibs: %p/lib/libmhash.2.dylib 3.0.0 libmhash (>= 0.8.17-1) << Description: Hash Algorithms Library DescDetail: << Libmhash is a library that provides a uniform interface to several hash algorithms. It supports the basics for message authentication by following rfc2104 (HMAC). It also includes some key generation algorithms which are based on hash algorithms. Mhash is a free (under GNU Lesser GPL) library which provides a uniform interface to a large number of hash algorithms. 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. In the later versions some key generation algorithms, which use hash algorithms, have been added. The manpage for mhash is mhash.3.html. At the time of writing this, the library supports the algorithms: SHA1, GOST, HAVAL256, HAVAL224, HAVAL192, HAVAL160, HAVAL128, MD5, MD4, RIPEMD160, TIGER, TIGER160, TIGER128, CRC32B and CRC32 checksums. << DescPackaging: << NONE << License: LGPL Maintainer: Dustin Sias Homepage: http://mhash.sourceforge.net/