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 254a48d7b7fc100b12b7a53a77a7fc07bcbd0f81
parent 7eab0bf96d67aac030e7e456b57d5ad98de70bf4
Author: Jared Tobin <jared@jtobin.io>
Date:   Tue, 24 Sep 2024 07:57:47 +0400

meta: readme language

Diffstat:
MREADME.md | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md @@ -33,7 +33,7 @@ A sample GHCi session: > BS.take 10 hmac_l "\DELSOk\180\242\182'v\187" > - > -- you can use third-party libraries for rendering if necessary + > -- you can use third-party libraries for rendering if needed > -- e.g., using base16-bytestring: > > import qualified Data.ByteString.Base16 as B16 @@ -196,7 +196,7 @@ to get a REPL for the main library. This implementation has benefitted immensely from the [SHA][hacka] package available on Hackage, which was used as a reference during -development. Many parts wound up as direct translations. +development. Many parts wound up being direct translations. [nixos]: https://nixos.org/ [flake]: https://nixos.org/manual/nix/unstable/command-ref/new-cli/nix3-flake.html