diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2011-12-04 17:49:25 +0000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2011-12-04 17:49:25 +0000 |
commit | 5bc738fe2abda14956a7c857fc054e192964ae63 (patch) | |
tree | 47fd61b135ab0dc66b486d2ed441daf65d8452ca /dev-haskell/sha/metadata.xml | |
parent | Drop alpha/ia64/sparc keywords (diff) | |
download | gentoo-2-5bc738fe2abda14956a7c857fc054e192964ae63.tar.gz gentoo-2-5bc738fe2abda14956a7c857fc054e192964ae63.tar.bz2 gentoo-2-5bc738fe2abda14956a7c857fc054e192964ae63.zip |
Initian version. Implementations of the SHA suite of message digest functions (dev-vcs/git-annex depend)
(Portage version: 2.2.0_alpha77_p1/cvs/Linux x86_64)
Diffstat (limited to 'dev-haskell/sha/metadata.xml')
-rw-r--r-- | dev-haskell/sha/metadata.xml | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/dev-haskell/sha/metadata.xml b/dev-haskell/sha/metadata.xml new file mode 100644 index 000000000000..b3a30d785b5d --- /dev/null +++ b/dev-haskell/sha/metadata.xml @@ -0,0 +1,17 @@ +<?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> |