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 f32ccf6a86b9e277a29e094e771ebd50fea0a510
parent 04ada78bc8040199f9af327214d71bd6ce9bfb45
Author: Jared Tobin <jared@jtobin.io>
Date:   Wed, 19 Feb 2025 19:37:52 +0400

meta: derp

Diffstat:
MREADME.md | 6+++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md @@ -1,11 +1,11 @@ # ppad-bech32 -A pure Haskell implementation of bech32m and bech32 encoding/decoding on -strict ByteStrings, as specified by [BIP350][bi350] and [BIP173][bi173]. - [![](https://img.shields.io/hackage/v/ppad-bech32?color=blue)](https://hackage.haskell.org/package/ppad-bech32) ![](https://img.shields.io/badge/license-MIT-brightgreen) +A pure Haskell implementation of bech32m and bech32 encoding/decoding on +strict ByteStrings, as specified by [BIP350][bi350] and [BIP173][bi173]. + ## Usage A sample GHCi session: