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 9818d6e621ff4147795d4ed32151c492b3c6f817
parent de8af403df9657b2055cae09606d85e5c21bc6e4
Author: Jared Tobin <jared@jtobin.io>
Date:   Tue, 21 Jan 2025 22:13:18 +0400

release: v0.1.2

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

diff --git a/CHANGELOG b/CHANGELOG @@ -1,5 +1,9 @@ # Changelog +- 0.1.2 (2025-10-21) + * Improves padding handling for the strict bytestring case, yielding + performance increases for both 'hash' and 'hmac'. + - 0.1.1 (2025-01-07) * Minor bytestring-handling optimisation. diff --git a/ppad-ripemd160.cabal b/ppad-ripemd160.cabal @@ -1,6 +1,6 @@ cabal-version: 3.0 name: ppad-ripemd160 -version: 0.1.1 +version: 0.1.2 synopsis: The RIPEMD-160 hashing algorithm. license: MIT license-file: LICENSE