base58

Pure Haskell base58, base58check encoding/decoding (docs.ppad.tech/base58).
git clone git://git.ppad.tech/base58.git
Log | Files | Refs | README | LICENSE

commit 6ac844129c20a2407b6bf95f7e4ab97c1e4aa775
parent 5aa915e8c53043a7053601c6ce2fb82ef3bc9707
Author: Jared Tobin <jared@jtobin.io>
Date:   Mon,  6 Jan 2025 19:11:49 -0330

release: v0.1.1

Diffstat:
MCHANGELOG | 3+++
Mppad-base58.cabal | 2+-
2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/CHANGELOG b/CHANGELOG @@ -1,5 +1,8 @@ # Changelog +- 0.1.1 (2025-01-06) + * Includes a minor encoding-related performance optimisation. + - 0.1.0 (2024-12-18) * Initial release, supporting basic encoding/decoding. diff --git a/ppad-base58.cabal b/ppad-base58.cabal @@ -1,6 +1,6 @@ cabal-version: 3.0 name: ppad-base58 -version: 0.1.0 +version: 0.1.1 synopsis: base58 and base58check encoding/decoding. license: MIT license-file: LICENSE