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 bf9491be4d419994491d5234a397c1bd65e33613
parent 6b2999fc20f0fdb4170d7e2ac104ef6a21d6a371
Author: Jared Tobin <jared@jtobin.io>
Date:   Tue, 10 Sep 2024 00:42:38 +0400

lib: remove bangpatterns pragma

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

diff --git a/lib/Crypto/Hash/SHA256.hs b/lib/Crypto/Hash/SHA256.hs @@ -1,5 +1,4 @@ {-# OPTIONS_GHC -funbox-small-strict-fields #-} -{-# LANGUAGE BangPatterns #-} {-# LANGUAGE LambdaCase #-} {-# LANGUAGE RecordWildCards #-} {-# LANGUAGE ViewPatterns #-}