Changelog of @hackage/ppad-sha512 0.1.3

Changelog

  • 0.1.3 (2025-01-21)

    • Improves padding handling for the strict bytestring case, yielding performance increases for both 'hash' and 'hmac'.
  • 0.1.2 (2025-01-07)

    • Makes a minor optimisation to bytestring handling.
  • 0.1.1 (2024-10-13)

    • Adds an INLINE pragma to an internal step function.
    • 'hmac' no longer calls 'hmac_lazy', which has no practical effect other than to clean up profiling reports generated by GHC.
  • 0.1.0 (2024-10-07)

    • Initial release.