bech32

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

commit 2a3a62cfa0766153301f23961023f5d58f5fbdad
parent 66fa0656e124e0e73af0f7cc88d7f13597e8efea
Author: Jared Tobin <jared@jtobin.io>
Date:   Sat,  4 Jan 2025 08:57:57 -0330

release: v0.2.0

Diffstat:
MCHANGELOG | 6++++++
Mppad-bech32.cabal | 2+-
2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/CHANGELOG b/CHANGELOG @@ -1,5 +1,11 @@ # Changelog +- 0.2.0 (2025-01-04) + * Adds bech32/bech32m/base32 decoding. + * Fixes a bug in which mixed-case HRP's would result in encodings with + invalid checksums (IIRC this also affects the Haskell reference + implementation). + - 0.1.2 (2024-12-15) * Minor performance improvements. diff --git a/ppad-bech32.cabal b/ppad-bech32.cabal @@ -1,6 +1,6 @@ cabal-version: 3.0 name: ppad-bech32 -version: 0.1.2 +version: 0.2.0 synopsis: bech32 and bech32m encoding/decoding, per BIPs 173 & 350. license: MIT license-file: LICENSE