-
Notifications
You must be signed in to change notification settings - Fork 39
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
lookup_range_check.rs: Make lookup selector internal to the helper.
In practice, the lookup selector is always toggled on inside the helper. The business logic external to the helper is defined on the running sum values output by the helper, and not on the lookup toggle. This means that the helper works over a self-contained region and can take in a Layouter. The caller does not need to control offsets within this helper.
- Loading branch information
1 parent
074a5af
commit 0eed46f
Showing
3 changed files
with
91 additions
and
120 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