You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-4
Original file line number
Diff line number
Diff line change
@@ -288,7 +288,7 @@ This information fits with our mental map of the circuit we created: we had two
288
288
snarkjs r1cs print circuit.r1cs circuit.sym
289
289
```
290
290
291
-
To doublecheck, we print the constraints of the circuit.
291
+
To double-check, we print the constraints of the circuit.
292
292
293
293
You should see a thousand constraints of the form:
294
294
@@ -318,7 +318,7 @@ EOT
318
318
Now, we use the Javascript/WASM program created by `circom` in the directory *circuit_js* to create the witness (values of all the wires) for our inputs:
0 commit comments