parent
aed1a8c023
commit
dd06e22b4b
@ -1,9 +0,0 @@ |
|||||||
{ |
|
||||||
"$schema": "https://sindri.app/api/v1/sindri-manifest-schema.json", |
|
||||||
"name": "hashchecker", |
|
||||||
"circuitPath": "./circuits/calculate_hash.circom", |
|
||||||
"circuitType": "circom", |
|
||||||
"curve": "bn254", |
|
||||||
"provingScheme": "groth16", |
|
||||||
"witnessCompiler": "wasm" |
|
||||||
} |
|
@ -1,9 +0,0 @@ |
|||||||
{ |
|
||||||
"$schema": "https://sindri.app/api/v1/sindri-manifest-schema.json", |
|
||||||
"name": "rln", |
|
||||||
"circuitPath": "./circuits/rln.circom", |
|
||||||
"circuitType": "circom", |
|
||||||
"curve": "bn254", |
|
||||||
"provingScheme": "groth16", |
|
||||||
"witnessCompiler": "wasm" |
|
||||||
} |
|
@ -1,9 +0,0 @@ |
|||||||
{ |
|
||||||
"$schema": "https://sindri.app/api/v1/sindri-manifest-schema.json", |
|
||||||
"name": "semaphore", |
|
||||||
"circuitPath": "./circuits/semaphore.circom", |
|
||||||
"circuitType": "circom", |
|
||||||
"curve": "bn254", |
|
||||||
"provingScheme": "groth16", |
|
||||||
"witnessCompiler": "wasm" |
|
||||||
} |
|
Loading…
Reference in new issue