We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d32b17c commit 135f7a8Copy full SHA for 135f7a8
README.md
@@ -5,12 +5,13 @@
5
## Example
6
7
Explore the [circuit_test.go](./circuit_test.go) to check the examples of circuit prove and verification.
8
-It contains two schemas:
+It contains several circuits:
9
10
- Prove that we know such `p` and `q` that `p*q=r` for some public `r`. This example is presented in the BP form and
11
translated into the BP++ form according to our paper.
12
- Prove that we know such `x, y` that `x+y=r` and `x*y=z` for public `r, z`. This example encoded directly into the BP++
13
circuits.
14
+- Prove the range for 4-bits value: `x` is in `[0..2^n)` range.
15
16
## Weight norm linear argument
17
0 commit comments