Barretenberg
The ZK-SNARK library at the core of Aztec
Loading...
Searching...
No Matches
VMPhaseHeader Struct Reference

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)
 

Detailed Description

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.

Member Data Documentation

◆ field_type

uint8_t VMPhaseHeader::field_type

Field type identifier (0-5)

Definition at line 71 of file multi_field.fuzzer.cpp.

◆ steps

uint8_t VMPhaseHeader::steps

Number of VM steps to execute (0-63)

Definition at line 72 of file multi_field.fuzzer.cpp.


The documentation for this struct was generated from the following file: