base58

Pure Haskell base58, base58check encoding/decoding (docs.ppad.tech/base58).
git clone git://git.ppad.tech/base58.git
Log | Files | Refs | README | LICENSE

CHANGELOG (178B)


      1 # Changelog
      2 
      3 - 0.1.1 (2025-01-06)
      4   * Includes a minor encoding-related performance optimisation.
      5 
      6 - 0.1.0 (2024-12-18)
      7   * Initial release, supporting basic encoding/decoding.
      8