parent
dc93285c5e
commit
d1b4f999dc
@ -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