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 6a75907dc2936c8c10535386374c83fb47597b4e
parent 942786886f21f063fdc21ce131e35ac2d8c622f2
Author: Jared Tobin <jared@jtobin.io>
Date:   Fri, 13 Sep 2024 17:26:35 +0400

meta: readme grammar

Diffstat:
MREADME.md | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md @@ -119,7 +119,7 @@ decreases allocation substantially, as do similar strategies (e.g. careful use of a custom Data.ByteString.splitAt that returns a strict, unboxed pair). -None of these optimisations actually improves wall-clock performance, so +None of these optimisations actually improve wall-clock performance, so they are left unimplemented for the time being. ## Security