|
Barretenberg
The ZK-SNARK library at the core of Aztec
|
Structure to hold parsed instruction data. More...
#include <field.fuzzer.hpp>
Public Attributes | |
| Instruction | instruction |
| The instruction type. | |
| std::vector< uint8_t > | data |
| The instruction data. | |
| size_t | size |
| The size of the instruction data. | |
Structure to hold parsed instruction data.
This structure contains the parsed instruction type and associated data for efficient instruction execution without repeated parsing.
Definition at line 998 of file field.fuzzer.hpp.
| std::vector<uint8_t> bb::FieldVM< Field >::ParsedInstruction::data |
The instruction data.
Definition at line 1000 of file field.fuzzer.hpp.
| Instruction bb::FieldVM< Field >::ParsedInstruction::instruction |
The instruction type.
Definition at line 999 of file field.fuzzer.hpp.
| size_t bb::FieldVM< Field >::ParsedInstruction::size |
The size of the instruction data.
Definition at line 1001 of file field.fuzzer.hpp.