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 3436fc011a50996d02221efa79e3a5b421e280b9
parent 0789fb4bd8f559a42f415da47a5c872f17a081bd
Author: Jared Tobin <jared@jtobin.io>
Date:   Fri, 28 Feb 2025 09:39:05 +0400

release: v0.2.2

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

diff --git a/CHANGELOG b/CHANGELOG @@ -1,5 +1,9 @@ # Changelog +- 0.2.2 (2025-02-28) + * Various optimizations, including roughly 2x faster decoding + performance. + - 0.2.1 (2025-01-07) * Removes the 'primitive' dependency. diff --git a/ppad-bech32.cabal b/ppad-bech32.cabal @@ -1,6 +1,6 @@ cabal-version: 3.0 name: ppad-bech32 -version: 0.2.1 +version: 0.2.2 synopsis: bech32 and bech32m encoding/decoding, per BIPs 173 & 350. license: MIT license-file: LICENSE