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_pack (auto &packer) const
 
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 3323 of file acir.hpp.

Member Function Documentation

◆ msgpack_pack()

void Acir::BlackBoxFuncCall::RecursiveAggregation::msgpack_pack ( auto &  packer) const
inline

Definition at line 3333 of file acir.hpp.

◆ msgpack_unpack()

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

Definition at line 3344 of file acir.hpp.

Friends And Related Symbol Documentation

◆ operator==

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

Definition at line 6072 of file acir.hpp.

Member Data Documentation

◆ key_hash

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

Definition at line 3327 of file acir.hpp.

◆ predicate

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

Definition at line 3329 of file acir.hpp.

◆ proof

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

Definition at line 3325 of file acir.hpp.

◆ proof_type

uint32_t Acir::BlackBoxFuncCall::RecursiveAggregation::proof_type

Definition at line 3328 of file acir.hpp.

◆ public_inputs

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

Definition at line 3326 of file acir.hpp.

◆ verification_key

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

Definition at line 3324 of file acir.hpp.


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