Skip to content

Remove the IsFirst columns in all components used in Blake example #1067

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from

Conversation

weikengchen
Copy link
Contributor

Currently, the Blake example can run with LOG_N_INSTANCES=6 but not other parameters, because the Scheduler, Round, and XOR table components may want to use IsFirst columns of the same size, but the framework prevents duplicated preprocessed columns, which consistently happens when LOG_N_INSTANCES is larger than 6.

This PR changes the existing example to reflect the recent changes to logUp sum by removing the use of IsFirst columns altogether across all components. Note that such removal is safe since these columns have already been "unused" by the proof system.

@reviewable-StarkWare
Copy link

This change is Reviewable

@weikengchen
Copy link
Contributor Author

@shaharsamocha7

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants