CHANGELOG (491B)
1 # Changelog 2 3 - 0.1.3 (2025-01-21) 4 * Improves padding handling for the strict bytestring case, yielding 5 performance increases for both 'hash' and 'hmac'. 6 7 - 0.1.2 (2025-01-07) 8 * Makes a minor optimisation to bytestring handling. 9 10 - 0.1.1 (2024-10-13) 11 * Adds an INLINE pragma to an internal step function. 12 * 'hmac' no longer calls 'hmac_lazy', which has no practical effect 13 other than to clean up profiling reports generated by GHC. 14 15 - 0.1.0 (2024-10-07) 16 * Initial release. 17