bech32

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

commit 66fe97555baba34680763b40bfd2e7b4975bf5db
parent 0dce9e12ec59791cadd624f24394b9a2a0280332
Author: Jared Tobin <jared@jtobin.io>
Date:   Sat, 14 Dec 2024 05:52:20 -0330

meta: readme bip order

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

diff --git a/README.md b/README.md @@ -1,7 +1,7 @@ # ppad-bech32 -A pure Haskell implementation of the bech32m and bech32 encodings on strict -ByteStrings, as specified by [BIP173][bi173] and [BIP350][bi350]. +A pure Haskell implementation of the bech32m and bech32 encodings on +strict ByteStrings, as specified by [BIP350][bi350] and [BIP173][bi173]. ## Usage