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

Hyperplonk protocol description #3

Closed
wants to merge 10 commits into from
Closed

Hyperplonk protocol description #3

wants to merge 10 commits into from

Conversation

chancharles92
Copy link
Collaborator

A short doc explaining the core ideas of Hyperplonk.

close #2

@chancharles92 chancharles92 self-assigned this Apr 14, 2022
transforms a lookup relation to a (special) product relation.
The indexer $\indexer$ takes as input an index $\idxR = (n, d_f, d_t, t)$;
the prover $\prover$ takes as input the index $\idxR$, instance $\instR = \bot$,
witness $\witR = (f, \addr)$, and the ouput oracles from $\indexer$;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

output

transforms a permutation relation to a product relation.
The indexer $\indexer$ takes as input an index $\idxR = (n, d, \perm)$;
the prover $\prover$ takes as input the index $\idxR = (n, d, \perm)$,
a witness $\witR = (f, g)$, and the ouput oracles from $\indexer$;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

output

We construct a PIOP for the indexed relation $\RPLONK$.
The indexer $\indexer$ takes as input the index $\idxR = (n, \ell, \perm, \sel, \tabp)$;
the prover $\prover$ takes as input the index $\idxR$, instance $\instR = \pubinp$,
witness $\witR = \witp$, and the ouput oracles from $\indexer$;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

output

@chancharles92
Copy link
Collaborator Author

Close as the paper is already published: https://eprint.iacr.org/2022/1355.pdf

@chancharles92 chancharles92 deleted the protocols branch November 22, 2022 15:42
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.

Protocol description
2 participants