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 8c5a6a78e3ad5466c0c0bce6007f6241d0eac743
parent 920844fe7d2d938c9acd311f38cc86a0a50936dd
Author: Jared Tobin <jared@jtobin.io>
Date:   Tue, 10 Sep 2024 23:46:07 +0400

lib: add haddock header

Diffstat:
Mlib/Crypto/Hash/SHA256.hs | 11+++++++++++
1 file changed, 11 insertions(+), 0 deletions(-)

diff --git a/lib/Crypto/Hash/SHA256.hs b/lib/Crypto/Hash/SHA256.hs @@ -4,6 +4,17 @@ {-# LANGUAGE RecordWildCards #-} {-# LANGUAGE ViewPatterns #-} +-- | +-- Module: Crypto.Hash.SHA256 +-- Copyright: (c) 2024 Jared Tobin +-- License: MIT +-- Maintainer: Jared Tobin <jared@ppad.tech> +-- +-- Pure SHA-256 and HMAC-SHA256 implementations for +-- strict and lazy ByteStrings, as specified by RFC's +-- [6234](https://datatracker.ietf.org/doc/html/rfc6234) and +-- [2104](https://datatracker.ietf.org/doc/html/rfc2104). + module Crypto.Hash.SHA256 ( -- SHA hash