ripemd160

Pure Haskell RIPEMD-160, HMAC-RIPEMD160 (docs.ppad.tech/ripemd160).
git clone git://git.ppad.tech/ripemd160.git
Log | Files | Refs | README | LICENSE

CHANGELOG (199B)


      1 # Changelog
      2 
      3 - 0.1.1 (2025-01-07)
      4   * Minor bytestring-handling optimisation.
      5 
      6 - 0.1.0 (2024-11-12)
      7   * Initial release, supporting RIPEMD-160 and HMAC-RIPEMD160 on strict
      8     and lazy bytestrings.
      9