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 3b5f80c7738deaa71f89df997ca2357925544a66
parent ddb0cb24d8e67656dd5dc0d79ab9be579dba7238
Author: Jared Tobin <jared@jtobin.io>
Date:   Tue, 10 Sep 2024 23:34:55 +0400

meta: fix readme typo

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

diff --git a/README.md b/README.md @@ -34,7 +34,7 @@ lazy ByteStrings, as specified by RFC's [6234][r6234] and [2104][r2104]. > -- you can use third-party libraries for rendering if necessary > -- e.g., using base16-bytestring: > -> import qualified Data.ByteString.Base16 +> import qualified Data.ByteString.Base16 as B16 > > B16.encode hash_s "31df9848611f42ab5607ea9e6de84b05d5259085abb30a7917d85efcda42b0e3"