bech32

Implementation of the Bech32 cryptocurrency address format (BIP 0173).

https://github.com/input-output-hk/bech32

Version on this page:1.0.2
LTS Haskell 22.17:1.1.5
Stackage Nightly 2024-04-14:1.1.5
Latest on Hackage:1.1.5

See all snapshots bech32 appears in

Apache-2.0 licensed by IOHK Engineering Team
This version can be pinned in stack with:bech32-1.0.2@sha256:fe7536f4b41526aee877d25b26fc7a5b0bf43d72fad8b98fb1ca4245266d8fcd,1888

Module documentation for 1.0.2

Used by 1 package in nightly-2020-04-17(full list with versions):

Implementation of the Bech32 cryptocurrency address format documented in the BIP (Bitcoin Improvement Proposal) 0173.

Changes

ChangeLog for bech32

1.0.2 – 2020-02-19

  • Added support for the bech32-th extension library.

1.0.1 – 2020-02-13

  • Improved module documentation, adding basic examples to help beginner users quickly get up to speed.
  • Exposed functions dataPartFromWords and dataPartToWords within public interface.
  • Exposed the Word5 type within the public interface.
  • Exposed the CharPosition type within the public interface.

1.0.0 – 2019-09-27