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

Continuations via folding #211

Open
GUJustin opened this issue Mar 25, 2024 · 0 comments
Open

Continuations via folding #211

GUJustin opened this issue Mar 25, 2024 · 0 comments
Labels
enhancement New feature or request optimization Performance improvement

Comments

@GUJustin
Copy link
Contributor

GUJustin commented Mar 25, 2024

Many zkVMs today use continuations, which means they break the execution of a computer program into chunks and prove each chunk independently before recursively aggregating the proofs into one. One major reason to do this is to control the prover's space requirements.

Continuations can be implemented especially efficiently when Jolt is combined with a homomorphic commitment scheme like HyperKZG or Zeromorph.

Still, implementing this performatively will be a major endeavor and will rely on some upcoming research.

@moodlezoup moodlezoup added enhancement New feature or request optimization Performance improvement labels Mar 27, 2024
@sragss sragss changed the title implement continuations via folding Continuations via folding May 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request optimization Performance improvement
Projects
None yet
Development

No branches or pull requests

2 participants