ripemd160

Pure Haskell RIPEMD-160, HMAC-RIPEMD160 (docs.ppad.tech/ripemd160).
git clone git://git.ppad.tech/ripemd160.git
Log | Files | Refs | README | LICENSE

commit 41a5bab38b3510d84a69db90b2be26d932f1c5ce
parent cc494cb9a8035f22ab443f7a243bb28d81f51b7f
Author: Jared Tobin <jared@jtobin.io>
Date:   Tue,  7 Jan 2025 11:45:03 -0330

release: v0.1.1

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

diff --git a/CHANGELOG b/CHANGELOG @@ -1,5 +1,8 @@ # Changelog +- 0.1.1 (2025-01-07) + * Minor bytestring-handling optimisation. + - 0.1.0 (2024-11-12) * Initial release, supporting RIPEMD-160 and HMAC-RIPEMD160 on strict and lazy bytestrings. diff --git a/ppad-ripemd160.cabal b/ppad-ripemd160.cabal @@ -1,6 +1,6 @@ cabal-version: 3.0 name: ppad-ripemd160 -version: 0.1.0 +version: 0.1.1 synopsis: The RIPEMD-160 hashing algorithm. license: MIT license-file: LICENSE