|
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 56 of file invert_differential.fuzzer.cpp.
| uint8_t VMPhaseHeader::field_type |
Field type identifier (0-5)
Definition at line 57 of file invert_differential.fuzzer.cpp.
| uint8_t VMPhaseHeader::steps |
Number of VM steps to execute (0-63)
Definition at line 58 of file invert_differential.fuzzer.cpp.