Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Fix
  • Loading branch information
OBrezhniev authored Sep 24, 2024
1 parent 43d8fc4 commit 5e6f56e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,7 @@ cat <<EOT > input.json
EOT
```

Note that integers in json file are enclosed in double quotation marks, because otherwise json format looses precision when working with big integers.
Note that integers in json file are enclosed in double quotation marks, because otherwise json format loses precision when working with big integers.

Now, we use the Javascript/WASM program created by `circom` in the directory *<circuit_name>_js* to create the witness (values of all the wires) for our inputs:

Expand Down

0 comments on commit 5e6f56e

Please sign in to comment.