|
Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include <instruction.hpp>
Public Member Functions | |
| MSGPACK_FIELDS (address, pointer_address_seed, base_offset_seed, mode) | |
Public Attributes | |
| uint32_t | address = 0 |
| uint16_t | pointer_address_seed = 0 |
| A seed for the generation of the pointer address Used for Indirect/IndirectRelative modes only. | |
| uint32_t | base_offset_seed = 0 |
| A seed for the generation of the base offset Used for Relative/IndirectRelative modes only Sets M[0] = base_offset. | |
| AddressingModeWrapper | mode = AddressingMode::Direct |
Definition at line 117 of file instruction.hpp.
| AddressRef::MSGPACK_FIELDS | ( | address | , |
| pointer_address_seed | , | ||
| base_offset_seed | , | ||
| mode | |||
| ) |
| uint32_t AddressRef::address = 0 |
Definition at line 118 of file instruction.hpp.
| uint32_t AddressRef::base_offset_seed = 0 |
A seed for the generation of the base offset Used for Relative/IndirectRelative modes only Sets M[0] = base_offset.
Definition at line 127 of file instruction.hpp.
| AddressingModeWrapper AddressRef::mode = AddressingMode::Direct |
Definition at line 128 of file instruction.hpp.
| uint16_t AddressRef::pointer_address_seed = 0 |
A seed for the generation of the pointer address Used for Indirect/IndirectRelative modes only.
Definition at line 122 of file instruction.hpp.