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 eb89aa21e9fc53efc841793f74ac1922fd0eb29e
parent 6e6e2bcb7a1e57b774e936bc86d65740c2daa684
Author: Jared Tobin <jared@jtobin.io>
Date:   Tue,  7 Jan 2025 11:40:33 -0330

release: v0.2.2

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

diff --git a/CHANGELOG b/CHANGELOG @@ -1,5 +1,8 @@ # Changelog +- 0.2.2 (2025-01-07) + * Minor bytestring-handling optimisations. + - 0.2.1 (2024-10-13) * Adds an INLINE pragma to an internal step function. * 'hmac' no longer calls 'hmac_lazy', which has no practical effect diff --git a/ppad-sha256.cabal b/ppad-sha256.cabal @@ -1,6 +1,6 @@ cabal-version: 3.0 name: ppad-sha256 -version: 0.2.1 +version: 0.2.2 synopsis: The SHA-256 and HMAC-SHA256 algorithms license: MIT license-file: LICENSE