Skip to content

Commit

Permalink
Merge pull request #190 from aliatiia/patch-3
Browse files Browse the repository at this point in the history
Update anonymous-components-and-tuples.md
  • Loading branch information
miguelis authored Jun 27, 2023
2 parents 4f270f4 + 678780f commit e60c4ab
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 e60c4ab

Please sign in to comment.