|
Barretenberg
The ZK-SNARK library at the core of Aztec
|
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 |
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.
| AccessType acir_format::MemOp::access_type |
Definition at line 33 of file block_constraint.hpp.
| uint32_t acir_format::MemOp::index |
Definition at line 34 of file block_constraint.hpp.
| uint32_t acir_format::MemOp::value |
Definition at line 35 of file block_constraint.hpp.