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 e27d29679ba805b642419dae78980f1e74526d93
parent c72d66cb11817cc50ae0520207bec80c5a518c2d
Author: Jared Tobin <jared@jtobin.io>
Date:   Mon,  6 Jul 2026 13:42:29 -0230

release: v0.3.4

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

diff --git a/CHANGELOG b/CHANGELOG @@ -1,5 +1,10 @@ # Changelog +- 0.3.4 (2026-07-06) + * Reverts the unrolled MAC comparison introduced in 0.3.3, which was + found to introduce timing variation on both aarch64 and x86-64 when + compiled via the LLVM backend (the NCG backend was unaffected). + - 0.3.3 (2026-07-06) * The constant-time 'Eq' on 'MAC' now folds over the two buffers directly, rather than materialising an intermediate ByteString diff --git a/ppad-sha256.cabal b/ppad-sha256.cabal @@ -1,6 +1,6 @@ cabal-version: 3.0 name: ppad-sha256 -version: 0.3.3 +version: 0.3.4 synopsis: The SHA-256 and HMAC-SHA256 algorithms license: MIT license-file: LICENSE