sha256

A pure Haskell implementation of SHA-256 as specified by RFC 6234.
git clone git://git.ppad.tech/sha256.git
Log | Files | Refs | LICENSE

commit 72e47db23d8bebec7a570a66a91252b1d04de424
parent 3735d10d7bc54090714d6352954cea1bbda0dd66
Author: Jared Tobin <jared@jtobin.io>
Date:   Mon,  9 Sep 2024 12:08:32 +0400

meta: add .ghci file

Diffstat:
A.ghci | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/.ghci b/.ghci @@ -0,0 +1,2 @@ +:set prompt "> " +:set -XOverloadedStrings