Meta Configuration of Package mhash
1
<package name="mhash" project="home:jg">
2
<title>Thread-safe hash algorithms library</title>
3
<description>Mhash is a free library which provides a uniform interface to a
4
large number of hash algorithms.
5
6
These algorithms can be used to compute checksums, message digests,
7
and other signatures. The HMAC support implements the basics for
8
message authentication, following RFC 2104. In the later versions
9
some key generation algorithms, which use hash algorithms, have been
10
added. Currently, the library supports the algorithms: ADLER32, GOST,
11
HAVAL256, HAVAL224, HAVAL192, HAVAL160, HAVAL128, MD5, MD4, MD2,
12
RIPEMD128/160/256/320, TIGER, TIGER160, TIGER128, SHA1/224/256/384/512,
13
Whirlpool, SNEFRU128/256, CRC32B and CRC32 checksums.</description>
14
<person userid="jg" role="maintainer"/>
15
<build>
16
<enable repository="CentOS_4"/>
17
<enable repository="CentOS_5"/>
18
<enable repository="Fedora_6"/>
19
<enable repository="Fedora_7"/>
20
<enable repository="Fedora_8"/>
21
<disable/>
22
</build>
23
</package>
24