base64

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

commit 690785db542a958976fe289044f612a240a2cc9e
parent 3d622446b5ee3af52511cc9770895cb1acf4d940
Author: Jared Tobin <jared@jtobin.io>
Date:   Sat, 16 May 2026 13:11:15 -0230

release: v0.1.0

Diffstat:
Mppad-base64.cabal | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ppad-base64.cabal b/ppad-base64.cabal @@ -11,7 +11,7 @@ build-type: Simple tested-with: GHC == { 9.10.3 } extra-doc-files: CHANGELOG description: - Fast base64 encoding and decoding on bytestrings. + Fast base64 encoding and decoding on strict bytestrings. flag llvm description: Use GHC's LLVM backend.