Skip to content

Commit

Permalink
add todo
Browse files Browse the repository at this point in the history
  • Loading branch information
maramihali committed Dec 4, 2023
1 parent 1d24643 commit a720c80
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion barretenberg/barretenberg.code-workspace
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
{
"name": "barretenberg",
"path": "./"
}
},
],
// List recommended extensions for the whole workspace.
"extensions": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -435,6 +435,8 @@ template <class ProverInstances_> class ProtoGalaxyProver_ {
* @param combiner_quotient polynomial K in the paper
* @param challenge
* @param compressed_perturbator
*
* TODO(https://github.com/AztecProtocol/barretenberg/issues/796): optimise the construction of the new accumulator
*/
std::shared_ptr<Instance> compute_next_accumulator(ProverInstances& instances,
auto& combiner_quotient,
Expand Down

0 comments on commit a720c80

Please sign in to comment.