Skip to content
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

Fix: false alarm in phase check of mock prover #61

Merged
merged 3 commits into from
Aug 17, 2023
Merged

Conversation

kunxian-xia
Copy link

When we turned on the phase-check, the mock prover will run multiple-phase circuit synthesis (which is more closer to the real world case). The issue that we have is that we do not discard regions of phase that's less than the max_phase.
And this is the source of false alarm.

@lispc lispc merged commit b612b1e into develop Aug 17, 2023
8 checks passed
@lispc lispc deleted the fix/mock-phase-check branch August 17, 2023 04:37
@kunxian-xia
Copy link
Author

kunxian-xia commented Aug 17, 2023

The pr at privacy-scaling-explorations#129 only keep the first phase's regions. Maybe we need to investigate if this is correct?

They did not skip the assignment of 2nd phase advice cell when the mock prover is doing 1st phase synthesis while we skipped.

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.

None yet

2 participants