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 5da729ed4fa208d8561c16a9e4921d70e995e23c
parent fb55cd58a4b5a57a4d9475fc9975d12aba6e3045
Author: Jared Tobin <jared@jtobin.io>
Date:   Thu, 12 Sep 2024 20:02:11 +0400

meta: british spelling in readme

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

diff --git a/README.md b/README.md @@ -141,7 +141,7 @@ to get a REPL for the main library. ## Attribution -This implementation has benefited from the [SHA][hacka] package +This implementation has benefitted from the [SHA][hacka] package available on Hackage, which was used as a reference during development. [nixos]: https://nixos.org/