Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include <instruction_spec.hpp>
Public Member Functions | |
bool | operator== (const WireInstructionSpec &other) const =default |
Public Attributes | |
ExecutionOpCode | exec_opcode |
uint32_t | size_in_bytes |
std::array< uint8_t, NUM_OP_DC_SELECTORS > | op_dc_selectors |
std::optional< uint8_t > | tag_operand_idx |
Definition at line 64 of file instruction_spec.hpp.
|
default |
ExecutionOpCode bb::avm2::WireInstructionSpec::exec_opcode |
Definition at line 65 of file instruction_spec.hpp.
std::array<uint8_t, NUM_OP_DC_SELECTORS> bb::avm2::WireInstructionSpec::op_dc_selectors |
Definition at line 67 of file instruction_spec.hpp.
uint32_t bb::avm2::WireInstructionSpec::size_in_bytes |
Definition at line 66 of file instruction_spec.hpp.
std::optional<uint8_t> bb::avm2::WireInstructionSpec::tag_operand_idx |
Definition at line 69 of file instruction_spec.hpp.