Changelog for ppad-ripemd160-0.1.3
# Changelog
- 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'.
- 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.