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


      1 # Changelog
      2 
      3 - 0.2.0 (2025-02-18)
      4   * The base58check encode and decode functions no longer treat version
      5     bytes (of which there may now be several) in any special fashion.
      6     Version bytes should be prepended to the target string before
      7     encoding, and removed manually from any decoded strings.
      8 
      9 - 0.1.1 (2025-01-06)
     10   * Includes a minor encoding-related performance optimisation.
     11 
     12 - 0.1.0 (2024-12-18)
     13   * Initial release, supporting basic encoding/decoding.
     14