pbkdf

Pure Haskell password-based KDF (docs.ppad.tech/pbkdf).
git clone git://git.ppad.tech/pbkdf.git
Log | Files | Refs | README | LICENSE

flake.lock (4743B)


      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     "ppad-sha512": {
    123       "inputs": {
    124         "flake-utils": [
    125           "ppad-sha512",
    126           "ppad-nixpkgs",
    127           "flake-utils"
    128         ],
    129         "nixpkgs": [
    130           "ppad-sha512",
    131           "ppad-nixpkgs",
    132           "nixpkgs"
    133         ],
    134         "ppad-base16": [
    135           "ppad-base16"
    136         ],
    137         "ppad-nixpkgs": [
    138           "ppad-nixpkgs"
    139         ]
    140       },
    141       "locked": {
    142         "lastModified": 1766437426,
    143         "narHash": "sha256-vn0nUVrMqux2PorMOZlx3RAqylf88BTw+jRMXC0gIz8=",
    144         "ref": "master",
    145         "rev": "669c4ffd1cc7826876af2d67661738c2081ea6a9",
    146         "revCount": 31,
    147         "type": "git",
    148         "url": "git://git.ppad.tech/sha512.git"
    149       },
    150       "original": {
    151         "ref": "master",
    152         "type": "git",
    153         "url": "git://git.ppad.tech/sha512.git"
    154       }
    155     },
    156     "root": {
    157       "inputs": {
    158         "flake-utils": [
    159           "ppad-nixpkgs",
    160           "flake-utils"
    161         ],
    162         "nixpkgs": [
    163           "ppad-nixpkgs",
    164           "nixpkgs"
    165         ],
    166         "ppad-base16": "ppad-base16",
    167         "ppad-nixpkgs": "ppad-nixpkgs",
    168         "ppad-sha256": "ppad-sha256",
    169         "ppad-sha512": "ppad-sha512"
    170       }
    171     },
    172     "systems": {
    173       "locked": {
    174         "lastModified": 1681028828,
    175         "narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=",
    176         "owner": "nix-systems",
    177         "repo": "default",
    178         "rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e",
    179         "type": "github"
    180       },
    181       "original": {
    182         "owner": "nix-systems",
    183         "repo": "default",
    184         "type": "github"
    185       }
    186     }
    187   },
    188   "root": "root",
    189   "version": 7
    190 }