bech32

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

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

Version on this page:1.0.2@rev:1
LTS Haskell 22.17:1.1.5
Stackage Nightly 2024-04-17: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:902cd3f91bfce434a3da74a2c5efe0aa866f54669d5458c541899efb8a46fc03,1973

Module documentation for 1.0.2

Used by 1 package in lts-16.20(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