sha256

Pure Haskell implementation of the SHA-256 hashing algorithm.
git clone git://git.ppad.tech/sha256.git
Log | Files | Refs | LICENSE

commit eb8e1cac52224da520cd373d163f14e12f43dbbd
parent 3bc5280281865ec1229138334c7b7ade8bb1cd02
Author: Jared Tobin <jared@jtobin.io>
Date:   Mon,  8 Apr 2024 17:19:01 +0400

meta: list updated RFC

Diffstat:
Mppad-sha256.cabal | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ppad-sha256.cabal b/ppad-sha256.cabal @@ -12,7 +12,7 @@ tested-with: GHC == { 9.6.4 } extra-doc-files: CHANGELOG description: A pure Haskell implementation of the SHA-256 hashing algorithm as - specified by e.g. NIST FIPS 180-4 or RFC4634. + specified by e.g. NIST FIPS 180-4 or RFC6234. source-repository head type: git