bech32

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

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

Version on this page:1.0.1
LTS Haskell 22.18:1.1.5
Stackage Nightly 2024-04-22:1.1.5
Latest on Hackage:1.1.6

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.1@sha256:1d176f39cc5a15bd6b5a09d5e64d95bcec6de23ec55d14b783f5d0b5bf6a078a,1898

Module documentation for 1.0.1

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

Changes

ChangeLog for bech32

1.0.0 – 2019-09-27

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.