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

feat(plonk): multiphase sps #328

Open
cyphersnake opened this issue Aug 1, 2024 · 0 comments
Open

feat(plonk): multiphase sps #328

cyphersnake opened this issue Aug 1, 2024 · 0 comments
Assignees
Milestone

Comments

@cyphersnake
Copy link
Collaborator

cyphersnake commented Aug 1, 2024

There is multiphase support within halo2 (more info here https://hackmd.io/@axiom/SJw3p-qX3)

At this point, sps is generating sps-challenge based on all witness

However, in the case of multiphase logic, circuits that allocate the same columns differently between phases are different circuits, so the protocol must take this into account.

In task #327, a commitment will be created for each phase's witness (for be a random oracle seed), which will need to be reused within sps to generate more than the current number of challenges that will take multiphase into account

Also, this task includes a new version of sps_verify

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

No branches or pull requests

2 participants