sha256

Pure Haskell SHA-256, HMAC-SHA256 (docs.ppad.tech/sha256).
git clone git://git.ppad.tech/sha256.git
Log | Files | Refs | README | LICENSE

commit 600ac82f2714af1fe3961c51fa4ab22983c57189
parent 40792bf33df4582897000fc331a75cc458db9463
Author: Jared Tobin <jared@jtobin.io>
Date:   Thu,  5 Feb 2026 08:16:44 +0400

lib: axe rogue newline

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

diff --git a/lib/Crypto/Hash/SHA256/Arm.hs b/lib/Crypto/Hash/SHA256/Arm.hs @@ -46,7 +46,6 @@ fi :: (Integral a, Num b) => a -> b fi = fromIntegral {-# INLINE fi #-} - peek_registers :: Ptr Word32 -> Registers