|
Barretenberg
The ZK-SNARK library at the core of Aztec
|
Memory operation. Index and value store the index of the memory location, and value is the value to be read or written. More...
#include <block_constraint.hpp>
Public Attributes | |
| AccessType | access_type |
| WitnessOrConstant< bb::fr > | index |
| WitnessOrConstant< bb::fr > | value |
Memory operation. Index and value store the index of the memory location, and value is the value to be read or written.
Definition at line 30 of file block_constraint.hpp.
| AccessType acir_format::MemOp::access_type |
Definition at line 31 of file block_constraint.hpp.
| WitnessOrConstant<bb::fr> acir_format::MemOp::index |
Definition at line 32 of file block_constraint.hpp.
| WitnessOrConstant<bb::fr> acir_format::MemOp::value |
Definition at line 33 of file block_constraint.hpp.