Barretenberg
The ZK-SNARK library at the core of Aztec
Loading...
Searching...
No Matches
bb::FoldingResult< Flavor > Struct Template Reference

The result of running the Protogalaxy prover containing a new accumulator as well as the proof data to instantiate the verifier transcript. More...

#include <folding_result.hpp>

Public Attributes

std::shared_ptr< DeciderProvingKey_< Flavor > > accumulator
 
std::vector< typename Flavor::FFproof
 

Detailed Description

template<class Flavor>
struct bb::FoldingResult< Flavor >

The result of running the Protogalaxy prover containing a new accumulator as well as the proof data to instantiate the verifier transcript.

Definition at line 16 of file folding_result.hpp.

Member Data Documentation

◆ accumulator

template<class Flavor >
std::shared_ptr<DeciderProvingKey_<Flavor> > bb::FoldingResult< Flavor >::accumulator

Definition at line 18 of file folding_result.hpp.

◆ proof

template<class Flavor >
std::vector<typename Flavor::FF> bb::FoldingResult< Flavor >::proof

Definition at line 19 of file folding_result.hpp.


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