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 fd2a1341627c4eaf048613474d4f8e97477f6d09
parent 0fdf4c173633ae7168e8450a28c479c5476b6c63
Author: Jared Tobin <jared@jtobin.io>
Date:   Sun, 11 Jan 2026 13:06:20 +0400

release: v0.2.1

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.2.1 (2026-01-11) + * Adds a basic quickcheck test suite for asserting memory safety of + library functions on random inputs. + - 0.2.0 (2026-01-10) * The HMAC functions now produce a value of type MAC, which is a newtype over a ByteString. The 'Eq' instance for MAC compares values diff --git a/ppad-sha512.cabal b/ppad-sha512.cabal @@ -1,6 +1,6 @@ cabal-version: 3.0 name: ppad-sha512 -version: 0.2.0 +version: 0.2.1 synopsis: The SHA-512 and HMAC-SHA512 algorithms license: MIT license-file: LICENSE