@hackage SHA1.6.4.4
Implementations of the SHA suite of message digest functions
Categories
License
BSD-3-Clause
Maintainer
Adam Wick <awick@galois.com>, Raphael Javaux <raphaeljavaux@gmail.com>
Links
Versions
Installation
Dependencies (4)
- array >0 && <10000
- base >=4 && <6
- binary >=0.7 && <10000
- bytestring >0.8 && <10000 Show all…
Dependents (104)
@hackage/pandoc-plantuml-diagrams, @hackage/ppad-sha256, @hackage/ght, @hackage/krapsh, @hackage/swarm, @hackage/azurify, Show all…
Package Flags
exe
(off by default)
Build a sha executables similar to md5sum.
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.