base58

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

flake.lock (3875B)


      1 {
      2   "nodes": {
      3     "flake-utils": {
      4       "inputs": {
      5         "systems": "systems"
      6       },
      7       "locked": {
      8         "lastModified": 1710146030,
      9         "narHash": "sha256-SZ5L6eA7HJ/nmkzGG7/ISclqe6oZdOZTNoesiInkXPQ=",
     10         "owner": "numtide",
     11         "repo": "flake-utils",
     12         "rev": "b1d9ab70662946ef0850d488da1c9019f3a9752a",
     13         "type": "github"
     14       },
     15       "original": {
     16         "owner": "numtide",
     17         "repo": "flake-utils",
     18         "type": "github"
     19       }
     20     },
     21     "nixpkgs": {
     22       "locked": {
     23         "lastModified": 1725910328,
     24         "narHash": "sha256-n9pCtzGZ0httmTwMuEbi5E78UQ4ZbQMr1pzi5N0LAG8=",
     25         "owner": "NixOS",
     26         "repo": "nixpkgs",
     27         "rev": "5775c2583f1801df7b790bf7f7d710a19bac66f4",
     28         "type": "github"
     29       },
     30       "original": {
     31         "owner": "NixOS",
     32         "ref": "nixpkgs-unstable",
     33         "repo": "nixpkgs",
     34         "type": "github"
     35       }
     36     },
     37     "ppad-base16": {
     38       "inputs": {
     39         "flake-utils": [
     40           "ppad-base16",
     41           "ppad-nixpkgs",
     42           "flake-utils"
     43         ],
     44         "nixpkgs": [
     45           "ppad-base16",
     46           "ppad-nixpkgs",
     47           "nixpkgs"
     48         ],
     49         "ppad-nixpkgs": [
     50           "ppad-nixpkgs"
     51         ]
     52       },
     53       "locked": {
     54         "lastModified": 1741625558,
     55         "narHash": "sha256-ZBDXRD5fsVqA5bGrAlcnhiu67Eo50q0M9614nR3NBwY=",
     56         "ref": "master",
     57         "rev": "fb63457f2e894eda28250dfe65d0fcd1d195ac2f",
     58         "revCount": 24,
     59         "type": "git",
     60         "url": "git://git.ppad.tech/base16.git"
     61       },
     62       "original": {
     63         "ref": "master",
     64         "type": "git",
     65         "url": "git://git.ppad.tech/base16.git"
     66       }
     67     },
     68     "ppad-nixpkgs": {
     69       "inputs": {
     70         "flake-utils": "flake-utils",
     71         "nixpkgs": "nixpkgs"
     72       },
     73       "locked": {
     74         "lastModified": 1737297101,
     75         "narHash": "sha256-EnXnq+JLflbWt+DvaGGnY2gfAqsGNOm5vPgHh3hkfwQ=",
     76         "ref": "master",
     77         "rev": "f29823875250bc99b3891f7373535ccde9a29a44",
     78         "revCount": 1,
     79         "type": "git",
     80         "url": "git://git.ppad.tech/nixpkgs.git"
     81       },
     82       "original": {
     83         "ref": "master",
     84         "type": "git",
     85         "url": "git://git.ppad.tech/nixpkgs.git"
     86       }
     87     },
     88     "ppad-sha256": {
     89       "inputs": {
     90         "flake-utils": [
     91           "ppad-sha256",
     92           "ppad-nixpkgs",
     93           "flake-utils"
     94         ],
     95         "nixpkgs": [
     96           "ppad-sha256",
     97           "ppad-nixpkgs",
     98           "nixpkgs"
     99         ],
    100         "ppad-base16": [
    101           "ppad-base16"
    102         ],
    103         "ppad-nixpkgs": [
    104           "ppad-nixpkgs"
    105         ]
    106       },
    107       "locked": {
    108         "lastModified": 1766435555,
    109         "narHash": "sha256-ysN0iRuBLSQrgWU3rCFUyq0NvRpug6DTBRZSlWbmI1A=",
    110         "ref": "master",
    111         "rev": "a4c17689cd66e1ef35c667914765cb24c9a4b305",
    112         "revCount": 96,
    113         "type": "git",
    114         "url": "git://git.ppad.tech/sha256.git"
    115       },
    116       "original": {
    117         "ref": "master",
    118         "type": "git",
    119         "url": "git://git.ppad.tech/sha256.git"
    120       }
    121     },
    122     "root": {
    123       "inputs": {
    124         "flake-utils": [
    125           "ppad-nixpkgs",
    126           "flake-utils"
    127         ],
    128         "nixpkgs": [
    129           "ppad-nixpkgs",
    130           "nixpkgs"
    131         ],
    132         "ppad-base16": "ppad-base16",
    133         "ppad-nixpkgs": "ppad-nixpkgs",
    134         "ppad-sha256": "ppad-sha256"
    135       }
    136     },
    137     "systems": {
    138       "locked": {
    139         "lastModified": 1681028828,
    140         "narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=",
    141         "owner": "nix-systems",
    142         "repo": "default",
    143         "rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e",
    144         "type": "github"
    145       },
    146       "original": {
    147         "owner": "nix-systems",
    148         "repo": "default",
    149         "type": "github"
    150       }
    151     }
    152   },
    153   "root": "root",
    154   "version": 7
    155 }