forked from AztecProtocol/aztec-packages
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Add first version of kernel reset circuit (AztecProtocol#6393)
This PR moves the resetting logic from tail circuits to their own circuit, the first version of the reset. Right now it resets the whole TX and is just run before the tail. The idea is to make the data structures of this reset generic and create different sizes of it, and start using it when necessary between the iterations of the inner kernel circuit.
- Loading branch information
1 parent
6616dc6
commit ed6df8e
Showing
32 changed files
with
1,038 additions
and
776 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.