Module zkevm_circuits::copy_circuit
source · Expand description
The Copy circuit implements constraints and lookups for read-write steps for copied bytes while execution opcodes such as CALLDATACOPY, CODECOPY, LOGS, etc.
Re-exports§
pub use dev::CopyCircuit as TestCopyCircuit;
Structs§
- Copy Circuit
- The rw table shared between evm circuit and state circuit
- Circuit configuration arguments
- Struct for external data, specifies values for related lookup tables
Functions§
- Verify that is_last goes to 1 at some point.