Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include <block_constraint.hpp>
Public Attributes | |
std::vector< bb::poly_triple > | init |
std::vector< MemOp > | trace |
BlockType | type |
uint32_t | calldata_id { 0 } |
Definition at line 27 of file block_constraint.hpp.
uint32_t acir_format::BlockConstraint::calldata_id { 0 } |
Definition at line 31 of file block_constraint.hpp.
std::vector<bb::poly_triple> acir_format::BlockConstraint::init |
Definition at line 28 of file block_constraint.hpp.
std::vector<MemOp> acir_format::BlockConstraint::trace |
Definition at line 29 of file block_constraint.hpp.
BlockType acir_format::BlockConstraint::type |
Definition at line 30 of file block_constraint.hpp.