Skip to content

Commit

Permalink
Initialize ceremony
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasmenendez committed Nov 20, 2023
1 parent 618626c commit 4829195
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 0 deletions.
5 changes: 5 additions & 0 deletions ceremony.env
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
TARGET_CIRCUIT=./inputs/test.circom
INPUT_PTAU=./inputs/test.ptau
CEREMONY_BRANCH=ceremony/test
CONTRIBUTIONS_PATH=./contributions
OUTPUT_PATH=./results
10 changes: 10 additions & 0 deletions inputs/test.circom
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
pragma circom 2.1.2;

template Test() {
signal input a;
signal input b;
signal output c;
c <== a * b;
}

component main = Test();
3 changes: 3 additions & 0 deletions inputs/test.ptau
Git LFS file not shown

0 comments on commit 4829195

Please sign in to comment.