parent
7a627f3fb2
commit
8bb7668853
@ -0,0 +1,4 @@ |
|||||||
|
# Files to exclude from Sindri circuit uploads (uses `.gitignore` syntax). |
||||||
|
/.deps/ |
||||||
|
/scripts/ |
||||||
|
/templates/ |
@ -0,0 +1,9 @@ |
|||||||
|
{ |
||||||
|
"$schema": "https://sindri.app/api/v1/sindri-manifest-schema.json", |
||||||
|
"name": "circom-circuit", |
||||||
|
"circuitPath": "./circuits/calculate_hash.circom", |
||||||
|
"circuitType": "circom", |
||||||
|
"curve": "bn254", |
||||||
|
"provingScheme": "groth16", |
||||||
|
"witnessCompiler": "wasm" |
||||||
|
} |
@ -0,0 +1,4 @@ |
|||||||
|
# Files to exclude from Sindri circuit uploads (uses `.gitignore` syntax). |
||||||
|
/.deps/ |
||||||
|
/scripts/ |
||||||
|
/templates/ |
@ -0,0 +1,9 @@ |
|||||||
|
{ |
||||||
|
"$schema": "https://sindri.app/api/v1/sindri-manifest-schema.json", |
||||||
|
"name": "circom-circuit", |
||||||
|
"circuitPath": "./circuits/rln.circom", |
||||||
|
"circuitType": "circom", |
||||||
|
"curve": "bn254", |
||||||
|
"provingScheme": "groth16", |
||||||
|
"witnessCompiler": "wasm" |
||||||
|
} |
@ -0,0 +1,4 @@ |
|||||||
|
# Files to exclude from Sindri circuit uploads (uses `.gitignore` syntax). |
||||||
|
/.deps/ |
||||||
|
/scripts/ |
||||||
|
/templates/ |
@ -0,0 +1,9 @@ |
|||||||
|
{ |
||||||
|
"$schema": "https://sindri.app/api/v1/sindri-manifest-schema.json", |
||||||
|
"name": "circom-circuit", |
||||||
|
"circuitPath": "./circuits/semaphore.circom", |
||||||
|
"circuitType": "circom", |
||||||
|
"curve": "bn254", |
||||||
|
"provingScheme": "groth16", |
||||||
|
"witnessCompiler": "wasm" |
||||||
|
} |
Loading…
Reference in new issue