sha256

Pure Haskell SHA-256, HMAC-SHA256 as specified by RFC's 6234 and 2104.
git clone git://git.ppad.tech/sha256.git
Log | Files | Refs | LICENSE

commit 4ae6c3798964bad2696f96b948cda37a40dd2b20
parent f108db83e2eee2db4555c06a0ee5395deb1fb330
Author: Jared Tobin <jared@jtobin.io>
Date:   Tue, 10 Sep 2024 10:48:49 +0400

meta: tweak synopsis

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

diff --git a/ppad-sha256.cabal b/ppad-sha256.cabal @@ -1,7 +1,7 @@ cabal-version: 3.0 name: ppad-sha256 version: 0.1.0 -synopsis: The SHA-256 algorithm +synopsis: The SHA-256 and HMAC-SHA256 algorithms license: MIT license-file: LICENSE author: Jared Tobin