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 | README | LICENSE

commit 38b72835687a3a689ade426afdf9451b083f2536
parent b280f5ab0d901a9e4ae800f1087e0ecc79abd73f
Author: Jared Tobin <jared@jtobin.io>
Date:   Wed, 11 Sep 2024 14:23:11 +0400

lib: tweak export haddock markup

Diffstat:
Mlib/Crypto/Hash/SHA256.hs | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/Crypto/Hash/SHA256.hs b/lib/Crypto/Hash/SHA256.hs @@ -20,7 +20,7 @@ module Crypto.Hash.SHA256 ( hash , hash_lazy - -- * HMAC-SHA256 hash-based MAC functions + -- * SHA256-based MAC functions , hmac , hmac_lazy ) where