CanonicalMachine
Defines several constants related to the reference implementation of the RISC-V machine that runs Linux, also known as the "Cartesi Machine".
State Variables
INPUT_MAX_SIZE
Maximum input size (2 megabytes).
uint256 constant INPUT_MAX_SIZE = 1 << 21;
LOG2_MAX_OUTPUTS
Log2 of maximum number of outputs.
uint256 constant LOG2_MAX_OUTPUTS = 63;