Barretenberg
The ZK-SNARK library at the core of Aztec
Loading...
Searching...
No Matches
bb::FieldVM< Field >::ParsedInstruction Struct Reference

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.
 

Detailed Description

template<typename Field>
struct bb::FieldVM< Field >::ParsedInstruction

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.

Member Data Documentation

◆ data

template<typename Field >
std::vector<uint8_t> bb::FieldVM< Field >::ParsedInstruction::data

The instruction data.

Definition at line 1000 of file field.fuzzer.hpp.

◆ instruction

template<typename Field >
Instruction bb::FieldVM< Field >::ParsedInstruction::instruction

The instruction type.

Definition at line 999 of file field.fuzzer.hpp.

◆ size

template<typename Field >
size_t bb::FieldVM< Field >::ParsedInstruction::size

The size of the instruction data.

Definition at line 1001 of file field.fuzzer.hpp.


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