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

#include <acir.hpp>

Public Member Functions

void msgpack_unpack (msgpack::object const &o)
 

Public Attributes

std::vector< std::tuple< std::vector< uint8_t >, Acir::Witness, Acir::Witness > > mul_terms
 
std::vector< std::tuple< std::vector< uint8_t >, Acir::Witness > > linear_combinations
 
std::vector< uint8_t > q_c
 

Friends

bool operator== (const Expression &, const Expression &)
 

Detailed Description

Definition at line 2794 of file acir.hpp.

Member Function Documentation

◆ msgpack_unpack()

void Acir::Expression::msgpack_unpack ( msgpack::object const &  o)
inline

Definition at line 2801 of file acir.hpp.

Friends And Related Symbol Documentation

◆ operator==

bool operator== ( const Expression lhs,
const Expression rhs 
)
friend

Definition at line 6556 of file acir.hpp.

Member Data Documentation

◆ linear_combinations

std::vector<std::tuple<std::vector<uint8_t>, Acir::Witness> > Acir::Expression::linear_combinations

Definition at line 2796 of file acir.hpp.

◆ mul_terms

std::vector<std::tuple<std::vector<uint8_t>, Acir::Witness, Acir::Witness> > Acir::Expression::mul_terms

Definition at line 2795 of file acir.hpp.

◆ q_c

std::vector<uint8_t> Acir::Expression::q_c

Definition at line 2797 of file acir.hpp.


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