Add circom-examples/equation.circom

This commit is contained in:
arnaucube
2020-06-11 20:16:39 +02:00
parent f71ffcbbfb
commit f7de1bb933
8 changed files with 3661 additions and 0 deletions

11
circom-examples/README.md Normal file
View File

@@ -0,0 +1,11 @@
# circom-examples
- `equation.circom`: Circuit to check that prover knows a private inputs `x` & `y`, such as `x**a - y**b = 0`, where `a` & `b` are known parameters.
## Run
```
npm install
npm run test
```