Structs§
- Env
- This structure represents the environment the virtual machine state will use to transition. This environment will be used by the interpreter. The virtual machine has access to its internal state and some external memory. In addition to that, it has access to the environment of the Keccak interpreter that is used to verify the preimage requested during the execution.
- Lookup
Multiplicities - Syscall
Env
Constants§
- MAX_ACC
- Maximum number of memory or register accesses per instruction
- MAX_
NB_ MEM_ ACC - Maximum number of memory accesses per instruction (based on demo)
- MAX_
NB_ REG_ ACC - Maximum number of register accesses per instruction (based on demo)
- NUM_
DECODING_ LOOKUP_ TERMS - NUM_
GLOBAL_ LOOKUP_ TERMS - NUM_
INSTRUCTION_ LOOKUP_ TERMS - NUM_
LOOKUP_ TERMS