Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include <private_execution_steps.hpp>
Public Member Functions | |
std::shared_ptr< ClientIVC > | accumulate () |
void | parse (std::vector< PrivateExecutionStepRaw > &&steps) |
Public Attributes | |
std::vector< acir_format::AcirProgram > | folding_stack |
std::vector< std::string > | function_names |
std::vector< std::shared_ptr< ClientIVC::MegaVerificationKey > > | precomputed_vks |
Definition at line 45 of file private_execution_steps.hpp.
std::shared_ptr< ClientIVC > bb::PrivateExecutionSteps::accumulate | ( | ) |
Definition at line 142 of file private_execution_steps.cpp.
void bb::PrivateExecutionSteps::parse | ( | std::vector< PrivateExecutionStepRaw > && | steps | ) |
Definition at line 112 of file private_execution_steps.cpp.
std::vector<acir_format::AcirProgram> bb::PrivateExecutionSteps::folding_stack |
Definition at line 46 of file private_execution_steps.hpp.
std::vector<std::string> bb::PrivateExecutionSteps::function_names |
Definition at line 47 of file private_execution_steps.hpp.
std::vector<std::shared_ptr<ClientIVC::MegaVerificationKey> > bb::PrivateExecutionSteps::precomputed_vks |
Definition at line 48 of file private_execution_steps.hpp.