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: