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 (267B)


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