pil2-stark-setup 1.1.0-alpha

Setup and proving/verifying-key generation for the pil2-stark prover
1
2
3
4
5
6
7
8
9
10
{
  "name": "proofman-setup",
  "private": true,
  "description": "Node tooling dependencies for proofman proving-key generation",
  "dependencies": {
    "circomlib": "^2.0.5",
    "pil2-compiler": "https://github.com/0xPolygonHermez/pil2-compiler.git#develop-0.13.0",
    "snarkjs": "0.7.6"
  }
}