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

research: General purpose approach for authenticated folding data #14

Closed
devloper opened this issue Oct 29, 2024 · 2 comments
Closed

research: General purpose approach for authenticated folding data #14

devloper opened this issue Oct 29, 2024 · 2 comments
Labels
feature ✨ New feature or core functionality

Comments

@devloper
Copy link
Contributor

devloper commented Oct 29, 2024

Currently, we carry all data across AES folds via a large quantity of public inputs. This approach is not scalable and requires a messy abstraction for upstream users.

Instead, we should explore a committed data structure (merkle tree, poly commit, offline memory checking, etc) and open it at the relevant points in subsequent circuits. This will introduce a constant circuit overhead to each fold but will preserve the IVC that the current approach lacks.

The current approach is commented out here, but was temporarily used in the upstream circuits

@0xJepsen
Copy link
Contributor

0xJepsen commented Nov 8, 2024

Maybe closed by #36

@0xJepsen 0xJepsen added the feature ✨ New feature or core functionality label Nov 8, 2024
@Autoparallel
Copy link
Contributor

Closed by #36

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature ✨ New feature or core functionality
Projects
None yet
Development

No branches or pull requests

3 participants