mirror of
https://github.com/arnaucube/kesto.git
synced 2026-02-08 12:06:50 +01:00
Add circom-examples/equation.circom
This commit is contained in:
11
circom-examples/README.md
Normal file
11
circom-examples/README.md
Normal 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
|
||||
```
|
||||
Reference in New Issue
Block a user