Skip to content

Commit

Permalink
R1CS consutruction - added table of contents and fixed some broken links
Browse files Browse the repository at this point in the history
  • Loading branch information
thogiti committed Aug 16, 2023
1 parent 281b6ff commit 5e66f5f
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -771,3 +771,11 @@ We get the following output.

![multiply4-r1cs-wasm-witness-output](https://raw.githubusercontent.com/thogiti/thogiti.github.io/master/content/images/20230814/Example5-r1cs-wasm-witness-output.png)


**Note** Circom compiler by default only displays non-linear constraints (quadratic constraints). If you want to see all linear constraints, you can do this using CLI options like below:

```shell
circom Example5.circom --r1cs --O0 --wasm --sym

```

0 comments on commit 5e66f5f

Please sign in to comment.