sha256

A pure Haskell implementation of SHA-256 as specified by RFC 6234.
git clone git://git.ppad.tech/sha256.git
Log | Files | Refs | LICENSE

commit f108db83e2eee2db4555c06a0ee5395deb1fb330
parent 7ee71a1f7631310e7a63f2fbfb450d2b62266e86
Author: Jared Tobin <jared@jtobin.io>
Date:   Tue, 10 Sep 2024 10:45:00 +0400

meta: tweak package description

Diffstat:
Mppad-sha256.cabal | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/ppad-sha256.cabal b/ppad-sha256.cabal @@ -11,7 +11,8 @@ build-type: Simple tested-with: GHC == { 9.6.4 } extra-doc-files: CHANGELOG description: - A pure Haskell implementation of SHA-256 as specified by RFC 6234. + A pure implementation of SHA-256 and HMAC-SHA256 on strict and lazy + ByteStrings, as specified by RFC's 6234 and 2104. source-repository head type: git