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 (4135B)


      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     "flake-utils_2": {
     22       "inputs": {
     23         "systems": "systems_2"
     24       },
     25       "locked": {
     26         "lastModified": 1710146030,
     27         "narHash": "sha256-SZ5L6eA7HJ/nmkzGG7/ISclqe6oZdOZTNoesiInkXPQ=",
     28         "owner": "numtide",
     29         "repo": "flake-utils",
     30         "rev": "b1d9ab70662946ef0850d488da1c9019f3a9752a",
     31         "type": "github"
     32       },
     33       "original": {
     34         "owner": "numtide",
     35         "repo": "flake-utils",
     36         "type": "github"
     37       }
     38     },
     39     "nixpkgs": {
     40       "locked": {
     41         "lastModified": 1725910328,
     42         "narHash": "sha256-n9pCtzGZ0httmTwMuEbi5E78UQ4ZbQMr1pzi5N0LAG8=",
     43         "owner": "NixOS",
     44         "repo": "nixpkgs",
     45         "rev": "5775c2583f1801df7b790bf7f7d710a19bac66f4",
     46         "type": "github"
     47       },
     48       "original": {
     49         "owner": "NixOS",
     50         "ref": "nixpkgs-unstable",
     51         "repo": "nixpkgs",
     52         "type": "github"
     53       }
     54     },
     55     "nixpkgs_2": {
     56       "locked": {
     57         "lastModified": 1725910328,
     58         "narHash": "sha256-n9pCtzGZ0httmTwMuEbi5E78UQ4ZbQMr1pzi5N0LAG8=",
     59         "owner": "NixOS",
     60         "repo": "nixpkgs",
     61         "rev": "5775c2583f1801df7b790bf7f7d710a19bac66f4",
     62         "type": "github"
     63       },
     64       "original": {
     65         "owner": "NixOS",
     66         "ref": "nixpkgs-unstable",
     67         "repo": "nixpkgs",
     68         "type": "github"
     69       }
     70     },
     71     "ppad-sha256": {
     72       "inputs": {
     73         "flake-utils": "flake-utils",
     74         "nixpkgs": "nixpkgs"
     75       },
     76       "locked": {
     77         "lastModified": 1726493969,
     78         "narHash": "sha256-toJ5A5+0/xijqVELjXfE3AdWV24B672R16JWq+gKLFk=",
     79         "ref": "master",
     80         "rev": "e92f4e13d6afa962109e76d35c6fcb38045e28ed",
     81         "revCount": 69,
     82         "type": "git",
     83         "url": "git://git.ppad.tech/sha256.git"
     84       },
     85       "original": {
     86         "ref": "master",
     87         "type": "git",
     88         "url": "git://git.ppad.tech/sha256.git"
     89       }
     90     },
     91     "ppad-sha512": {
     92       "inputs": {
     93         "flake-utils": "flake-utils_2",
     94         "nixpkgs": "nixpkgs_2"
     95       },
     96       "locked": {
     97         "lastModified": 1728147405,
     98         "narHash": "sha256-KQ56eDSkXNvy7VXPC2+L64b94nqYjxU0JkZxKFtIePA=",
     99         "ref": "master",
    100         "rev": "c454a32a4a39b0e18601b8139a12ae895c9b631e",
    101         "revCount": 8,
    102         "type": "git",
    103         "url": "git://git.ppad.tech/sha512.git"
    104       },
    105       "original": {
    106         "ref": "master",
    107         "type": "git",
    108         "url": "git://git.ppad.tech/sha512.git"
    109       }
    110     },
    111     "root": {
    112       "inputs": {
    113         "flake-utils": [
    114           "ppad-sha256",
    115           "flake-utils"
    116         ],
    117         "nixpkgs": [
    118           "ppad-sha256",
    119           "nixpkgs"
    120         ],
    121         "ppad-sha256": "ppad-sha256",
    122         "ppad-sha512": "ppad-sha512"
    123       }
    124     },
    125     "systems": {
    126       "locked": {
    127         "lastModified": 1681028828,
    128         "narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=",
    129         "owner": "nix-systems",
    130         "repo": "default",
    131         "rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e",
    132         "type": "github"
    133       },
    134       "original": {
    135         "owner": "nix-systems",
    136         "repo": "default",
    137         "type": "github"
    138       }
    139     },
    140     "systems_2": {
    141       "locked": {
    142         "lastModified": 1681028828,
    143         "narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=",
    144         "owner": "nix-systems",
    145         "repo": "default",
    146         "rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e",
    147         "type": "github"
    148       },
    149       "original": {
    150         "owner": "nix-systems",
    151         "repo": "default",
    152         "type": "github"
    153       }
    154     }
    155   },
    156   "root": "root",
    157   "version": 7
    158 }