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

std::vector< uint8_t > bincodeSerialize () const
 
void msgpack_pack (auto &packer) const
 
void msgpack_unpack (msgpack::object const &o)
 

Static Public Member Functions

static RecursiveAggregation bincodeDeserialize (std::vector< uint8_t >)
 

Public Attributes

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

Friends

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

Detailed Description

Definition at line 3362 of file acir.hpp.

Member Function Documentation

◆ bincodeDeserialize()

BlackBoxFuncCall::RecursiveAggregation Acir::BlackBoxFuncCall::RecursiveAggregation::bincodeDeserialize ( std::vector< uint8_t >  input)
inlinestatic

Definition at line 7046 of file acir.hpp.

◆ bincodeSerialize()

std::vector< uint8_t > Acir::BlackBoxFuncCall::RecursiveAggregation::bincodeSerialize ( ) const
inline

Definition at line 7039 of file acir.hpp.

◆ msgpack_pack()

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

Definition at line 3373 of file acir.hpp.

◆ msgpack_unpack()

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

Definition at line 3383 of file acir.hpp.

Friends And Related Symbol Documentation

◆ operator==

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

Definition at line 7018 of file acir.hpp.

Member Data Documentation

◆ key_hash

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

Definition at line 3366 of file acir.hpp.

◆ proof

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

Definition at line 3364 of file acir.hpp.

◆ proof_type

uint32_t Acir::BlackBoxFuncCall::RecursiveAggregation::proof_type

Definition at line 3367 of file acir.hpp.

◆ public_inputs

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

Definition at line 3365 of file acir.hpp.

◆ verification_key

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

Definition at line 3363 of file acir.hpp.


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