Skip to content

Commit 135f7a8

Browse files
committed
adding circuit test: binary range proof
1 parent d32b17c commit 135f7a8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,13 @@
55
## Example
66

77
Explore the [circuit_test.go](./circuit_test.go) to check the examples of circuit prove and verification.
8-
It contains two schemas:
8+
It contains several circuits:
99

1010
- 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
1111
translated into the BP++ form according to our paper.
1212
- 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++
1313
circuits.
14+
- Prove the range for 4-bits value: `x` is in `[0..2^n)` range.
1415

1516
## Weight norm linear argument
1617

0 commit comments

Comments
 (0)