sha512

Pure Haskell SHA-512, HMAC-SHA512 (docs.ppad.tech/sha512).
git clone git://git.ppad.tech/sha512.git
Log | Files | Refs | README | LICENSE

CHANGELOG (344B)


      1 # Changelog
      2 
      3 - 0.1.2 (2025-01-07)
      4   * Makes a minor optimisation to bytestring handling.
      5 
      6 - 0.1.1 (2024-10-13)
      7   * Adds an INLINE pragma to an internal step function.
      8   * 'hmac' no longer calls 'hmac_lazy', which has no practical effect
      9     other than to clean up profiling reports generated by GHC.
     10 
     11 - 0.1.0 (2024-10-07)
     12   * Initial release.
     13