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 4892b25 commit ed55149Copy full SHA for ed55149
docs/r1cs-docs-example.md
@@ -54,7 +54,8 @@ Connect `x_0` to `y_0` directly. Since there is only one permuatation of a 1-ele
54
```ascii,no_run
55
x_0 = y_0
56
```
57
-Doctest for creating and verifying a shuffle proof:
+Code for creating constraints for a proof-of-shuffle constraint system:
58
+
59
```rust
60
extern crate bulletproofs;
61
extern crate curve25519_dalek;
0 commit comments