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 d46ac86d87779e651b7a1d2f36ca03beaa08574d
parent 761dc555f5c5a96bb3835897af56ab2678e45c23
Author: Jared Tobin <jared@jtobin.io>
Date:   Thu,  6 Feb 2025 17:00:17 +0400

release: v0.1.3

Diffstat:
MCHANGELOG | 6+++++-
Mppad-ripemd160.cabal | 2+-
2 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/CHANGELOG b/CHANGELOG @@ -1,6 +1,10 @@ # Changelog -- 0.1.2 (2025-10-21) +- 0.1.3 (2025-02-06) + * Makes a minor optimization to register concatenation (swapping five + builders for 3) and also refines builder realization by input size. + +- 0.1.2 (2025-01-21) * Improves padding handling for the strict bytestring case, yielding performance increases for both 'hash' and 'hmac'. diff --git a/ppad-ripemd160.cabal b/ppad-ripemd160.cabal @@ -1,6 +1,6 @@ cabal-version: 3.0 name: ppad-ripemd160 -version: 0.1.2 +version: 0.1.3 synopsis: The RIPEMD-160 hashing algorithm. license: MIT license-file: LICENSE