From f94afe0f0e3f264e8ec8b1b832edbb65a10901ef Mon Sep 17 00:00:00 2001 From: pgj Date: Sun, 3 Jun 2012 22:23:32 +0000 Subject: - Update to 1.5.0.1 Obtained from: FreeBSD Haskell --- security/hs-SHA/pkg-descr | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'security/hs-SHA/pkg-descr') diff --git a/security/hs-SHA/pkg-descr b/security/hs-SHA/pkg-descr index e478f471c35c..53efdd7237b7 100644 --- a/security/hs-SHA/pkg-descr +++ b/security/hs-SHA/pkg-descr @@ -1,8 +1,8 @@ -This Haskell 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. +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. -WWW: http://hackage.haskell.org/package/SHA +WWW: http://hackage.haskell.org/package/SHA -- cgit