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

Memory operation. index is the witness index of the memory location, and value is the witness index of the value to be read or written. More...

#include <block_constraint.hpp>

Public Attributes

AccessType access_type
 
uint32_t index
 
uint32_t value
 

Detailed Description

Memory operation. index is the witness index of the memory location, and value is the witness index of the value to be read or written.

Definition at line 32 of file block_constraint.hpp.

Member Data Documentation

◆ access_type

AccessType acir_format::MemOp::access_type

Definition at line 33 of file block_constraint.hpp.

◆ index

uint32_t acir_format::MemOp::index

Definition at line 34 of file block_constraint.hpp.

◆ value

uint32_t acir_format::MemOp::value

Definition at line 35 of file block_constraint.hpp.


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