|
Barretenberg
The ZK-SNARK library at the core of Aztec
|
Header structure for each VM execution phase. More...
Public Attributes | |
| uint8_t | field_type |
| Field type identifier (0-5) | |
| uint8_t | steps |
| Number of VM steps to execute (0-63) | |
Header structure for each VM execution phase.
This structure contains metadata for each phase of VM execution, including the field type to use and the number of steps to execute.
Definition at line 70 of file multi_field.fuzzer.cpp.
| uint8_t VMPhaseHeader::field_type |
Field type identifier (0-5)
Definition at line 71 of file multi_field.fuzzer.cpp.
| uint8_t VMPhaseHeader::steps |
Number of VM steps to execute (0-63)
Definition at line 72 of file multi_field.fuzzer.cpp.