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 6701a7bac07b11b992dae759e140247abb1d0581
parent 6c0243df810e8959e193a0fe9e9f772235fefc52
Author: Jared Tobin <jared@jtobin.io>
Date:   Sun, 15 Sep 2024 08:42:20 +0400

test: update comment

Diffstat:
Mtest/Main.hs | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/Main.hs b/test/Main.hs @@ -134,7 +134,7 @@ unit_tests = testGroup "ppad-sha256" [ , cmp_hash_lazy "hv3" hv3_put hv3_pec , cmp_hash_lazy "hv4" hv4_put hv4_pec ] - -- uncomment me to run (slow, ~40s) + -- uncomment me to run (slow, ~30s) -- -- , testGroup "hash_lazy (1GB input)" [ -- testCase "hv5" $ do