research/circom-tests/circom2
s1fr0 28942e9551
replicate circom output in ark-circom
2022-05-23 21:35:41 +02:00
..
poseidon replicate circom output in ark-circom 2022-05-23 21:35:41 +02:00
template replicate circom output in ark-circom 2022-05-23 21:35:41 +02:00
README.md replicate circom output in ark-circom 2022-05-23 21:35:41 +02:00
create replicate circom output in ark-circom 2022-05-23 21:35:41 +02:00
pot replicate circom output in ark-circom 2022-05-23 21:35:41 +02:00

README.md

Experimenting with Circom

Some automation

  • To run Phase 1 of Powers Of Tau Ceremony:

./pot

  • To create a new project from template:

./create project_name

  • To build a project (circuit compilation + witness generation + Phase 2 + proof generation + proof verification), cd into the project folder, update input.json with a correct input for the circuit and
make
  • To compute a witness for a given input, update input.json and
make witness
  • To generate a proof and verify it (witness for input.json will be recomputed):
make proof