bech32

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

CHANGELOG (537B)


      1 # Changelog
      2 
      3 - 0.2.1 (2025-01-07)
      4   * Removes the 'primitive' dependency.
      5 
      6 - 0.2.0 (2025-01-04)
      7   * Adds bech32/bech32m/base32 decoding.
      8   * Fixes a bug in which mixed-case HRP's would result in encodings with
      9     invalid checksums (IIRC this also affects the Haskell reference
     10     implementation).
     11 
     12 - 0.1.2 (2024-12-15)
     13   * Minor performance improvements.
     14 
     15 - 0.1.1 (2024-12-14)
     16   * Simply improves generated Haddocks.
     17 
     18 - 0.1.0 (2024-12-14)
     19   * Initial release, supporting encoding and checksum verification for
     20     bech32 and bech32m.
     21