Skip to content

Commit

Permalink
Merge branch 'mm/pg-refactor-new' of github.com:AztecProtocol/aztec-p…
Browse files Browse the repository at this point in the history
…ackages into mm/pg-refactor-new
  • Loading branch information
maramihali committed Feb 20, 2024
2 parents f97dd1e + ec36ede commit f1934c1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
2 changes: 2 additions & 0 deletions barretenberg/cpp/src/barretenberg/client_ivc/client_ivc.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ class ClientIVC {
private:
using ProverFoldOutput = FoldingResult<GoblinUltraFlavor>;
using Composer = GoblinUltraComposer;
// Note: We need to save the last instance that was folded in order to compute its verification key, this will not
// be needed in the real IVC as they are provided as inputs

public:
Goblin goblin;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -475,13 +475,6 @@ template <class ProverInstances_> class ProtoGalaxyProver_ {
* be sent to the verifier.
*
*/
void combiner_quotient_round();

/**
* @brief Compute the next prover accumulator (ω* in the paper), encapsulated in a ProverInstance with folding
* parameters set.
*
*/
void accumulator_update_round();
};
} // namespace bb

0 comments on commit f1934c1

Please sign in to comment.