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 08a271a7faf8fe4d5640e90ecabe107dbdda9dbb
parent 6ac844129c20a2407b6bf95f7e4ab97c1e4aa775
Author: Jared Tobin <jared@jtobin.io>
Date:   Fri, 17 Jan 2025 23:46:15 +0400

flake: lockfile

Diffstat:
Mflake.lock | 8++++----
1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/flake.lock b/flake.lock @@ -40,11 +40,11 @@ "nixpkgs": "nixpkgs" }, "locked": { - "lastModified": 1728824578, - "narHash": "sha256-sMZLvmbl3fBUHpBePzGuLdUyUALba/P5DCgKVgqEH1k=", + "lastModified": 1737140591, + "narHash": "sha256-jsIDUQuxf7iv/r0Yxn6yCMRVhgq7Sk0SNjwdQ9GhASU=", "ref": "master", - "rev": "3cc6c146ae36f67d73c6c207486a199dbc77658e", - "revCount": 82, + "rev": "c1d5aa2a01d183f2ef71573cdba4591ce0f7b59c", + "revCount": 86, "type": "git", "url": "git://git.ppad.tech/sha256.git" },