-
Notifications
You must be signed in to change notification settings - Fork 293
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(Protogalaxy): Isolate some state and clarify skipped zero co…
…mputation (#8173) Some steps toward clarifying state during Protogalaxy proof construction: - Move accumulators into the class that contains state. - Reduce size of Prover header. Move internal functions into a purely static class. This accounts for most of the diff. - Clarify the known-zero-value while removing loose coupling of template parameters. The next step will be to reduce the amount of state in ProverInstances.
- Loading branch information
1 parent
bfbc4b2
commit 7395b95
Showing
9 changed files
with
559 additions
and
587 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.