Skip to content

Commit

Permalink
Update anonymous-components-and-tuples.md
Browse files Browse the repository at this point in the history
  • Loading branch information
0xalizk authored Jun 14, 2023
1 parent ce903c6 commit 678780f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ template B(n){
component main = B(3);
```

In the previous example, we are interesting in adding to the R1CS the constraint `a * b = c`, but we can ignore the output signal `d`.
In the previous example, we are interested in adding the constraint `a * b = c` to the R1CS, but we can ignore the output signal `d`.

In case the anonymous component has one more than one output, we can ignore the ones we are not interested.

Expand Down

0 comments on commit 678780f

Please sign in to comment.