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 499894136d56a9bb81900799e7ecf5cef16b8547
parent 66fe97555baba34680763b40bfd2e7b4975bf5db
Author: Jared Tobin <jared@jtobin.io>
Date:   Sat, 14 Dec 2024 05:57:24 -0330

release: v0.1.0

Diffstat:
MCHANGELOG | 6++++++
MREADME.md | 2--
2 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/CHANGELOG b/CHANGELOG @@ -0,0 +1,6 @@ +# Changelog + +- 0.1.0 (2024-12-14) + * Initial release, supporting encoding and checksum verification for + bech32 and bech32m. + diff --git a/README.md b/README.md @@ -59,8 +59,6 @@ Current benchmark figures on my mid-2020 MacBook Air look like (use ## Security -**NOTE** This library is still in a pre-release state! - This library aims at the maximum security achievable in a garbage-collected language under an optimizing compiler such as GHC, in which strict constant-timeness can be challenging to achieve.