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

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::frindex
 
WitnessOrConstant< bb::frvalue
 

Detailed Description

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.

Member Data Documentation

◆ access_type

AccessType acir_format::MemOp::access_type

Definition at line 31 of file block_constraint.hpp.

◆ index

WitnessOrConstant<bb::fr> acir_format::MemOp::index

Definition at line 32 of file block_constraint.hpp.

◆ value

WitnessOrConstant<bb::fr> acir_format::MemOp::value

Definition at line 33 of file block_constraint.hpp.


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