mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-05 14:07:27 -08:00
21 lines
800 B
XML
21 lines
800 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
|
<pkgmetadata>
|
|
<maintainer type="project">
|
|
<email>haskell@gentoo.org</email>
|
|
<name>Gentoo Haskell</name>
|
|
</maintainer>
|
|
<use>
|
|
<flag name="exe">Build a sha1 and a sha384 executable similar to 'md5sum'.</flag>
|
|
</use>
|
|
<longdescription>
|
|
This library implements the SHA suite of message digest functions,
|
|
according to NIST FIPS 180-2 (with the SHA-224 addendum), as well
|
|
as the SHA-based HMAC routines. The functions have been tested
|
|
against most of the NIST and RFC test vectors for the various
|
|
functions. While some attention has been paid to performance,
|
|
these do not presently reach the speed of well-tuned libraries,
|
|
like OpenSSL.
|
|
</longdescription>
|
|
</pkgmetadata>
|