GHC library: Implementations of the SHA suite of message digest functions http://hackage.haskell.org/package/%(echo
Go to file
2024-01-05 22:43:44 +01:00
ghc-SHA.spec automatic version update by autodist [release 1.6.4.4-1mamba;Tue Nov 14 2023] 2024-01-05 22:43:44 +01:00
README.md package created by autospec [release 1.6.4.1-1mamba;Mon Apr 13 2015] 2024-01-05 22:43:44 +01:00

ghc-SHA

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.