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 cf36fcd69d8fcfb0dc49b9237abbb13e69ffd329
parent 4165a90b0791eabf5edddc0048351a02490b8ed7
Author: Jared Tobin <jared@jtobin.io>
Date:   Wed, 18 Dec 2024 20:39:51 -0330

meta: docs note

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

diff --git a/README.md b/README.md @@ -31,6 +31,11 @@ A sample GHCi session: Just (0,"hello world") ``` +## Documentation + +Haddocks (API documentation, etc.) are hosted at +[docs.ppad.tech/base58](https://docs.ppad.tech/base58). + ## Performance The aim is best-in-class performance for pure, highly-auditable Haskell