fix readme for plonk

This commit is contained in:
Kobi Gurkan 2021-05-31 20:38:51 +03:00
parent 38f9d6a284
commit 236faa52ef

@ -308,7 +308,7 @@ Groth16 requires a trusted ceremony for each circuit. PLONK does not require it,
#### Plonk #### Plonk
```sh ```sh
snarkjs plonk setup circuit.r1cs pot12_final.ptau circuit_0000.zkey snarkjs plonk setup circuit.r1cs pot12_final.ptau circuit_final.zkey
``` ```
You can jump directly to Section 21 as PLONK does not require a specific trusted ceremony. You can jump directly to Section 21 as PLONK does not require a specific trusted ceremony.