@hackage ppad-sha2560.3.2
The SHA-256 and HMAC-SHA256 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 (14)
@hackage/ppad-bolt4, @hackage/ppad-bolt3, @hackage/ppad-bolt7, @hackage/musig2, @hackage/ppad-bolt5, @hackage/ppad-bolt8, Show all…
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-256 and HMAC-SHA256 on strict and lazy ByteStrings, as specified by RFC's 6234 and 2104.