From db36dc2d4f0e0a0a42b026afb9efc5251d59f06d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mikko=20V=C3=A4rri?= Date: Tue, 24 Feb 2015 23:33:16 +0200 Subject: haskell/haskell-SHA: Added (implementations of the sha suite of functions). MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mikko Värri Signed-off-by: Willy Sudiarto Raharjo --- haskell/haskell-SHA/README | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 haskell/haskell-SHA/README (limited to 'haskell/haskell-SHA/README') diff --git a/haskell/haskell-SHA/README b/haskell/haskell-SHA/README new file mode 100644 index 0000000000..66a8d3ac17 --- /dev/null +++ b/haskell/haskell-SHA/README @@ -0,0 +1,9 @@ +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. + +After uninstalling, run this command to unregister the package from +the ghc package database: ghc-pkg recache -- cgit v1.2.3