17 lines
677 B
XML
17 lines
677 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
|
<pkgmetadata>
|
|
<herd>haskell</herd>
|
|
<maintainer>
|
|
<email>haskell@gentoo.org</email>
|
|
</maintainer>
|
|
<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>
|