base16

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

commit fb63457f2e894eda28250dfe65d0fcd1d195ac2f
parent d0c31a2715b3ca83197deaadee223978ab746dc0
Author: Jared Tobin <jared@jtobin.io>
Date:   Mon, 10 Mar 2025 20:52:38 +0400

release: v0.2.0

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

diff --git a/CHANGELOG b/CHANGELOG @@ -1,5 +1,9 @@ # Changelog +- 0.2.0 (2025-03-10) + * Fix bug in which inputs with uppercase hex characters failed to + decode. + - 0.1.1 (2025-02-28) * Roughly 2x faster decoding performance. diff --git a/ppad-base16.cabal b/ppad-base16.cabal @@ -1,6 +1,6 @@ cabal-version: 3.0 name: ppad-base16 -version: 0.1.1 +version: 0.2.0 synopsis: Pure base16 encoding and decoding on bytestrings. license: MIT license-file: LICENSE