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/slack-desc | |
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/slack-desc')
-rw-r--r-- | haskell/haskell-SHA/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/haskell/haskell-SHA/slack-desc b/haskell/haskell-SHA/slack-desc new file mode 100644 index 0000000000..3f8c16d54d --- /dev/null +++ b/haskell/haskell-SHA/slack-desc @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. +# Line up the first '|' above the ':' following the base package name, and +# the '|' on the right side marks the last column you can put a character in. +# You must make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':' except on otherwise blank lines. + + |-----handy-ruler------------------------------------------------------| +haskell-SHA: haskell-SHA (Implementations of the SHA suite of functions) +haskell-SHA: +haskell-SHA: This library implements the SHA suite of message digest functions, +haskell-SHA: according to NIST FIPS 180-2 (with the SHA-224 addendum), as well as +haskell-SHA: the SHA-based HMAC routines. The functions have been tested against +haskell-SHA: most of the NIST and RFC test vectors for the various functions. +haskell-SHA: While some attention has been paid to performance, these do not +haskell-SHA: presently reach the speed of well-tuned libraries, like OpenSSL. +haskell-SHA: +haskell-SHA: +haskell-SHA: |