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 76a7f9b44a462bbb0ed53c8d76cb4729141efa57
parent 8325d0688790c14edce09afafee269b02cf03c1f
Author: Jared Tobin <jared@jtobin.io>
Date:   Tue, 21 Jan 2025 21:53:05 +0400

release: v0.2.3

Diffstat:
MCHANGELOG | 4++++
Mppad-sha256.cabal | 2+-
2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/CHANGELOG b/CHANGELOG @@ -1,5 +1,9 @@ # Changelog +- 0.2.3 (2025-01-21) + * Improves padding handling for the strict bytestring case, yielding + performance increases for both 'hash' and 'hmac'. + - 0.2.2 (2025-01-07) * Minor bytestring-handling optimisations. diff --git a/ppad-sha256.cabal b/ppad-sha256.cabal @@ -1,6 +1,6 @@ cabal-version: 3.0 name: ppad-sha256 -version: 0.2.2 +version: 0.2.3 synopsis: The SHA-256 and HMAC-SHA256 algorithms license: MIT license-file: LICENSE