diff options
author | Mikko Värri <vmj@linuxbox.fi> | 2015-02-24 23:33:16 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-04-04 07:46:57 +0700 |
commit | db36dc2d4f0e0a0a42b026afb9efc5251d59f06d (patch) | |
tree | d5f97ae29e3351ef6ed491908d7583bc0d0f9cc1 /haskell/haskell-SHA/README | |
parent | 3b01f5b57fcd5197186c247f361442eeae27be31 (diff) | |
download | slackbuilds-db36dc2d4f0e0a0a42b026afb9efc5251d59f06d.tar.gz |
haskell/haskell-SHA: Added (implementations of the sha suite of functions).
Signed-off-by: Mikko Värri <vmj@linuxbox.fi>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'haskell/haskell-SHA/README')
-rw-r--r-- | haskell/haskell-SHA/README | 9 |
1 files changed, 9 insertions, 0 deletions
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 |