aead

Pure Haskell AEAD-ChaCha20-Poly1305 (docs.ppad.tech/aead).
git clone git://git.ppad.tech/aead.git
Log | Files | Refs | README | LICENSE

flake.lock (4757B)


      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": 1740802922,
     55         "narHash": "sha256-j+sxOWxnsMgX3GHyf7Z44lvAiBkrl/p0lD0eYli6Lgo=",
     56         "ref": "master",
     57         "rev": "043c845ae7f280ddbfdb5568ea453c9943e49cf2",
     58         "revCount": 21,
     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-chacha": {
     69       "inputs": {
     70         "flake-utils": [
     71           "ppad-chacha",
     72           "ppad-nixpkgs",
     73           "flake-utils"
     74         ],
     75         "nixpkgs": [
     76           "ppad-chacha",
     77           "ppad-nixpkgs",
     78           "nixpkgs"
     79         ],
     80         "ppad-base16": [
     81           "ppad-base16"
     82         ],
     83         "ppad-nixpkgs": [
     84           "ppad-nixpkgs"
     85         ]
     86       },
     87       "locked": {
     88         "lastModified": 1741521082,
     89         "narHash": "sha256-Y8PA5Y4d7Rj6qgwnrgTyg5BvHGLLA/FAOWC+dxRnbDA=",
     90         "ref": "master",
     91         "rev": "3b25b1dd3f346b2374dba198817749e61f8dcf91",
     92         "revCount": 15,
     93         "type": "git",
     94         "url": "git://git.ppad.tech/chacha.git"
     95       },
     96       "original": {
     97         "ref": "master",
     98         "type": "git",
     99         "url": "git://git.ppad.tech/chacha.git"
    100       }
    101     },
    102     "ppad-nixpkgs": {
    103       "inputs": {
    104         "flake-utils": "flake-utils",
    105         "nixpkgs": "nixpkgs"
    106       },
    107       "locked": {
    108         "lastModified": 1737297101,
    109         "narHash": "sha256-EnXnq+JLflbWt+DvaGGnY2gfAqsGNOm5vPgHh3hkfwQ=",
    110         "ref": "master",
    111         "rev": "f29823875250bc99b3891f7373535ccde9a29a44",
    112         "revCount": 1,
    113         "type": "git",
    114         "url": "git://git.ppad.tech/nixpkgs.git"
    115       },
    116       "original": {
    117         "ref": "master",
    118         "type": "git",
    119         "url": "git://git.ppad.tech/nixpkgs.git"
    120       }
    121     },
    122     "ppad-poly1305": {
    123       "inputs": {
    124         "flake-utils": [
    125           "ppad-poly1305",
    126           "ppad-nixpkgs",
    127           "flake-utils"
    128         ],
    129         "nixpkgs": [
    130           "ppad-poly1305",
    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": 1741611492,
    143         "narHash": "sha256-f8cxxMiEoCFbM9zJeS1B45nzVIwzS27o7zN+cZAfQJQ=",
    144         "ref": "master",
    145         "rev": "30ec265e9cec86d0ac1a50c42ead189d8e2c6821",
    146         "revCount": 12,
    147         "type": "git",
    148         "url": "git://git.ppad.tech/poly1305.git"
    149       },
    150       "original": {
    151         "ref": "master",
    152         "type": "git",
    153         "url": "git://git.ppad.tech/poly1305.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-chacha": "ppad-chacha",
    168         "ppad-nixpkgs": "ppad-nixpkgs",
    169         "ppad-poly1305": "ppad-poly1305"
    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 }