bech32

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

commit 085944fd037672e264a186cd54d83ac9ca21c308
parent 2f7bb3bff1290e9f204b3d7e8715fef3f3da38b6
Author: Jared Tobin <jared@jtobin.io>
Date:   Fri, 13 Dec 2024 12:52:43 -0330

meta: readme note

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

diff --git a/README.md b/README.md @@ -55,6 +55,9 @@ Current benchmark figures on my mid-2020 MacBook Air look like (use ## Security +(Ignore the boilerplate -- this library is still in a pre-release state! +Not only are there no guarantees, there aren't even any tests!) + 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.