csecp256k1

Haskell FFI bindings to bitcoin-core/secp256k1 (docs.ppad.tech/csecp256k1).
git clone git://git.ppad.tech/csecp256k1.git
Log | Files | Refs | README | LICENSE

flake.lock (2193B)


      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-sha256": {
     38       "inputs": {
     39         "flake-utils": "flake-utils",
     40         "nixpkgs": "nixpkgs"
     41       },
     42       "locked": {
     43         "lastModified": 1728824578,
     44         "narHash": "sha256-sMZLvmbl3fBUHpBePzGuLdUyUALba/P5DCgKVgqEH1k=",
     45         "ref": "master",
     46         "rev": "3cc6c146ae36f67d73c6c207486a199dbc77658e",
     47         "revCount": 82,
     48         "type": "git",
     49         "url": "git://git.ppad.tech/sha256.git"
     50       },
     51       "original": {
     52         "ref": "master",
     53         "type": "git",
     54         "url": "git://git.ppad.tech/sha256.git"
     55       }
     56     },
     57     "root": {
     58       "inputs": {
     59         "flake-utils": [
     60           "ppad-sha256",
     61           "flake-utils"
     62         ],
     63         "nixpkgs": [
     64           "ppad-sha256",
     65           "nixpkgs"
     66         ],
     67         "ppad-sha256": "ppad-sha256"
     68       }
     69     },
     70     "systems": {
     71       "locked": {
     72         "lastModified": 1681028828,
     73         "narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=",
     74         "owner": "nix-systems",
     75         "repo": "default",
     76         "rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e",
     77         "type": "github"
     78       },
     79       "original": {
     80         "owner": "nix-systems",
     81         "repo": "default",
     82         "type": "github"
     83       }
     84     }
     85   },
     86   "root": "root",
     87   "version": 7
     88 }