sha512

Pure Haskell SHA-512, HMAC-SHA512 (docs.ppad.tech/sha512).
git clone git://git.ppad.tech/sha512.git
Log | Files | Refs | README | LICENSE

commit 52a29878ace06f2d282378fdc2715759c43ce67c
parent 8d6682b650182d6b3eb1ced0c2c6239f40424103
Author: Jared Tobin <jared@jtobin.io>
Date:   Tue, 21 Jan 2025 22:08:21 +0400

release: v0.1.3

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

diff --git a/CHANGELOG b/CHANGELOG @@ -1,5 +1,9 @@ # Changelog +- 0.1.3 (2025-01-21) + * Improves padding handling for the strict bytestring case, yielding + performance increases for both 'hash' and 'hmac'. + - 0.1.2 (2025-01-07) * Makes a minor optimisation to bytestring handling. diff --git a/ppad-sha512.cabal b/ppad-sha512.cabal @@ -1,6 +1,6 @@ cabal-version: 3.0 name: ppad-sha512 -version: 0.1.2 +version: 0.1.3 synopsis: The SHA-512 and HMAC-SHA512 algorithms license: MIT license-file: LICENSE