hmac-drbg

Pure Haskell HMAC-DRBG (docs.ppad.tech/hmac-drbg).
git clone git://git.ppad.tech/hmac-drbg.git
Log | Files | Refs | README | LICENSE

flake.lock (3815B)


      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-nixpkgs": {
     38       "inputs": {
     39         "flake-utils": "flake-utils",
     40         "nixpkgs": "nixpkgs"
     41       },
     42       "locked": {
     43         "lastModified": 1737297101,
     44         "narHash": "sha256-EnXnq+JLflbWt+DvaGGnY2gfAqsGNOm5vPgHh3hkfwQ=",
     45         "ref": "master",
     46         "rev": "f29823875250bc99b3891f7373535ccde9a29a44",
     47         "revCount": 1,
     48         "type": "git",
     49         "url": "git://git.ppad.tech/nixpkgs.git"
     50       },
     51       "original": {
     52         "ref": "master",
     53         "type": "git",
     54         "url": "git://git.ppad.tech/nixpkgs.git"
     55       }
     56     },
     57     "ppad-sha256": {
     58       "inputs": {
     59         "flake-utils": [
     60           "ppad-sha256",
     61           "ppad-nixpkgs",
     62           "flake-utils"
     63         ],
     64         "nixpkgs": [
     65           "ppad-sha256",
     66           "ppad-nixpkgs",
     67           "nixpkgs"
     68         ],
     69         "ppad-nixpkgs": [
     70           "ppad-nixpkgs"
     71         ]
     72       },
     73       "locked": {
     74         "lastModified": 1737298572,
     75         "narHash": "sha256-iAo6GFH1FLNi0wt0FczbqPCmVzCm9gfMEjk1oakExt0=",
     76         "ref": "master",
     77         "rev": "abc984dc65f0df9bd958c0bc8f390c68e660f710",
     78         "revCount": 87,
     79         "type": "git",
     80         "url": "git://git.ppad.tech/sha256.git"
     81       },
     82       "original": {
     83         "ref": "master",
     84         "type": "git",
     85         "url": "git://git.ppad.tech/sha256.git"
     86       }
     87     },
     88     "ppad-sha512": {
     89       "inputs": {
     90         "flake-utils": [
     91           "ppad-sha512",
     92           "ppad-nixpkgs",
     93           "flake-utils"
     94         ],
     95         "nixpkgs": [
     96           "ppad-sha512",
     97           "ppad-nixpkgs",
     98           "nixpkgs"
     99         ],
    100         "ppad-nixpkgs": [
    101           "ppad-nixpkgs"
    102         ]
    103       },
    104       "locked": {
    105         "lastModified": 1737298660,
    106         "narHash": "sha256-W8wuLHRH7P5oITCXnxKEEnSD2yX1Qo7uypbxpwKvvM8=",
    107         "ref": "master",
    108         "rev": "e8ce88cafbf32900556832d3817997642f128242",
    109         "revCount": 21,
    110         "type": "git",
    111         "url": "git://git.ppad.tech/sha512.git"
    112       },
    113       "original": {
    114         "ref": "master",
    115         "type": "git",
    116         "url": "git://git.ppad.tech/sha512.git"
    117       }
    118     },
    119     "root": {
    120       "inputs": {
    121         "flake-utils": [
    122           "ppad-nixpkgs",
    123           "flake-utils"
    124         ],
    125         "nixpkgs": [
    126           "ppad-nixpkgs",
    127           "nixpkgs"
    128         ],
    129         "ppad-nixpkgs": "ppad-nixpkgs",
    130         "ppad-sha256": "ppad-sha256",
    131         "ppad-sha512": "ppad-sha512"
    132       }
    133     },
    134     "systems": {
    135       "locked": {
    136         "lastModified": 1681028828,
    137         "narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=",
    138         "owner": "nix-systems",
    139         "repo": "default",
    140         "rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e",
    141         "type": "github"
    142       },
    143       "original": {
    144         "owner": "nix-systems",
    145         "repo": "default",
    146         "type": "github"
    147       }
    148     }
    149   },
    150   "root": "root",
    151   "version": 7
    152 }