parent
245b1aa634
commit
23b7f99e59
@ -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