File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
docs/zkEVM/architecture/proving-inputs Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 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
1111In the zkEVM context, the focus is on generating _ succinct_ [ ^ 1 ] proofs rather than privacy concerns.
1212
1313Consequently, 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
You can’t perform that action at this time.
0 commit comments