Skip to content

Commit 1148a9b

Browse files
EmpieichOhsutaiyu
andauthored
Apply suggestions from code review
Co-authored-by: hsutaiyu <51791408+hsutaiyu@users.noreply.github.com>
1 parent dd64a6f commit 1148a9b

File tree

1 file changed

+6
-6
lines changed
  • docs/zkEVM/architecture/proving-inputs

1 file changed

+6
-6
lines changed

docs/zkEVM/architecture/proving-inputs/index.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
1-
Generating the proof of correct processing of a single batch requires several inputs.
1+
Generating a proof for the valid processing of a single batch requires multiple inputs.
22

3-
In addition to data of each transaction in the processed batch, other inputs are necessary for network's overall security.
3+
In addition to the data from each transaction in the processed batch, other inputs are necessary to ensure the network's overall security.
44

5-
For example, some are inputs that need to be sent to the smart contract.
5+
For example, some inputs need to be sent to the smart contract.
66

7-
Central to generation of proofs and their verification are the verifier smart contract and the prover, as well as how these two interact.
7+
Central to generation of proofs and their verification are the verifier smart contract and the prover, as well as their interaction.
88

9-
This document therefore explores what the prover transmits to the verifier smart contract, and why.
9+
This document, therefore, explores what the prover transmits to the verifier smart contract and why.
1010

1111
In the zkEVM context, the focus is on generating _succinct_[^1] proofs rather than privacy concerns.
1212

1313
Consequently, L2 transactions and L2 state data are public.
1414

15-
We therefore delve into the initial design of the proving system, operating without private inputs.
15+
We therefore delve into the initial design of the proving system, which operates without private inputs.
1616

1717
## Public inputs
1818

0 commit comments

Comments
 (0)