bech32

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

commit b8dd1aba5150108017f48d5a9aec4b5242381040
parent 7e04a1313b79c42ca023c2062104dc990ca2262a
Author: Jared Tobin <jared@jtobin.io>
Date:   Thu, 12 Dec 2024 08:06:59 -0330

meta: .ghci

Diffstat:
A.ghci | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/.ghci b/.ghci @@ -0,0 +1,3 @@ +:set prompt "> " +:set -XOverloadedStrings +:m + Text.Printf