From 236faa52ef14e5a919233ae1b630a64e9cd77d32 Mon Sep 17 00:00:00 2001 From: Kobi Gurkan Date: Mon, 31 May 2021 20:38:51 +0300 Subject: [PATCH] fix readme for plonk --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 81969a1..560b74d 100644 --- a/README.md +++ b/README.md @@ -308,7 +308,7 @@ Groth16 requires a trusted ceremony for each circuit. PLONK does not require it, #### Plonk ```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.