CHANGELOG (512B)
1 # Changelog 2 3 - 0.1.3 (2025-02-06) 4 * Makes a minor optimization to register concatenation (swapping five 5 builders for 3) and also refines builder realization by input size. 6 7 - 0.1.2 (2025-01-21) 8 * Improves padding handling for the strict bytestring case, yielding 9 performance increases for both 'hash' and 'hmac'. 10 11 - 0.1.1 (2025-01-07) 12 * Minor bytestring-handling optimisation. 13 14 - 0.1.0 (2024-11-12) 15 * Initial release, supporting RIPEMD-160 and HMAC-RIPEMD160 on strict 16 and lazy bytestrings. 17