@hackage ppad-sha5120.2.2
The SHA-512 and HMAC-SHA512 algorithms
Categories
License
MIT
Maintainer
jared@ppad.tech
Links
Versions
Installation
Tested Compilers
Dependencies (2)
- base >=4.9 && <5
- bytestring >=0.9 && <0.13 Show all…
Dependents (5)
@hackage/ppad-bip39, @hackage/ppad-pbkdf, @hackage/ppad-hkdf, @hackage/ppad-bip32, @hackage/ppad-hmac-drbg
Package Flags
llvm
(off by default)
Use GHC's LLVM backend.
sanitize
(off by default)
Build with AddressSanitizer and UndefinedBehaviorSanitizer.
A pure implementation of SHA-512 and HMAC-SHA512 on strict and lazy ByteStrings, as specified by RFC's 6234 and 2104.