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 b280f5ab0d901a9e4ae800f1087e0ecc79abd73f
parent 146bb5b0c36e66bdbeef511003b6c0a665d3fa70
Author: Jared Tobin <jared@jtobin.io>
Date:   Wed, 11 Sep 2024 14:18:05 +0400

lib: testing haddock on export list

Diffstat:
Mlib/Crypto/Hash/SHA256.hs | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lib/Crypto/Hash/SHA256.hs b/lib/Crypto/Hash/SHA256.hs @@ -16,11 +16,11 @@ -- [2104](https://datatracker.ietf.org/doc/html/rfc2104). module Crypto.Hash.SHA256 ( - -- SHA + -- * SHA-256 message digest functions hash , hash_lazy - -- HMAC + -- * HMAC-SHA256 hash-based MAC functions , hmac , hmac_lazy ) where