bech32

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

commit 6799a096bbd4d257d11e86b19f1e13137ae2eedd
parent 208cc90800750a4f81eed67da2b7a6653fce7d2d
Author: Jared Tobin <jared@jtobin.io>
Date:   Sat, 14 Dec 2024 04:32:31 -0330

meta: description nits

Diffstat:
Mppad-bech32.cabal | 5+++--
1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/ppad-bech32.cabal b/ppad-bech32.cabal @@ -1,7 +1,7 @@ cabal-version: 3.0 name: ppad-bech32 version: 0.1.0 -synopsis: The bech32 and bech32m encoding, per BIPs 173 & 350. +synopsis: The bech32 and bech32m encodings, per BIPs 173 & 350. license: MIT license-file: LICENSE author: Jared Tobin @@ -11,7 +11,8 @@ build-type: Simple tested-with: GHC == 9.8.1 extra-doc-files: CHANGELOG description: - BIP173 bech32 & BIP350 bech32m encoding on strict ByteStrings. + The bech32 and bech32m encodings on strict bytestrings, per BIPs 173 & + 350. source-repository head type: git