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

#include <acir.hpp>

Public Member Functions

void msgpack_unpack (msgpack::object const &o)
 

Public Attributes

std::vector< Acir::FunctionInputverification_key
 
std::vector< Acir::FunctionInputproof
 
std::vector< Acir::FunctionInputpublic_inputs
 
Acir::FunctionInput key_hash
 
uint32_t proof_type
 
Acir::FunctionInput predicate
 

Friends

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

Detailed Description

Definition at line 2430 of file acir.hpp.

Member Function Documentation

◆ msgpack_unpack()

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

Definition at line 2440 of file acir.hpp.

Friends And Related Symbol Documentation

◆ operator==

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

Definition at line 4747 of file acir.hpp.

Member Data Documentation

◆ key_hash

Acir::FunctionInput Acir::BlackBoxFuncCall::RecursiveAggregation::key_hash

Definition at line 2434 of file acir.hpp.

◆ predicate

Acir::FunctionInput Acir::BlackBoxFuncCall::RecursiveAggregation::predicate

Definition at line 2436 of file acir.hpp.

◆ proof

std::vector<Acir::FunctionInput> Acir::BlackBoxFuncCall::RecursiveAggregation::proof

Definition at line 2432 of file acir.hpp.

◆ proof_type

uint32_t Acir::BlackBoxFuncCall::RecursiveAggregation::proof_type

Definition at line 2435 of file acir.hpp.

◆ public_inputs

std::vector<Acir::FunctionInput> Acir::BlackBoxFuncCall::RecursiveAggregation::public_inputs

Definition at line 2433 of file acir.hpp.

◆ verification_key

std::vector<Acir::FunctionInput> Acir::BlackBoxFuncCall::RecursiveAggregation::verification_key

Definition at line 2431 of file acir.hpp.


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