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 b9a1d467109b69a8cb8eaa8f0c9c5c6e00ee6702
parent 9e1da5c2d36ecb5a74957a8cc5fd8f271e97befc
Author: Jared Tobin <jared@jtobin.io>
Date:   Tue,  7 Jan 2025 11:42:58 -0330

release: v0.1.2

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

diff --git a/CHANGELOG b/CHANGELOG @@ -1,5 +1,8 @@ # Changelog +- 0.1.2 (2025-01-07) + * Makes a minor optimisation to bytestring handling. + - 0.1.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-sha512.cabal b/ppad-sha512.cabal @@ -1,6 +1,6 @@ cabal-version: 3.0 name: ppad-sha512 -version: 0.1.1 +version: 0.1.2 synopsis: The SHA-512 and HMAC-SHA512 algorithms license: MIT license-file: LICENSE