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

Update ProofSystemCompiler to use new acvm preprocess interface #8

Open
vezenovm opened this issue Feb 16, 2023 · 0 comments
Open

Update ProofSystemCompiler to use new acvm preprocess interface #8

vezenovm opened this issue Feb 16, 2023 · 0 comments

Comments

@vezenovm
Copy link
Collaborator

vezenovm commented Feb 16, 2023

The current interface trait being used for Marlin is deprecated. We should update the Marlin backend to use the new preprocess interface as well as the proving and verification methods that take in the respective keys outputted from preprocess.

The methods inside arkworks_backend are going to have to be updated as well to reflect this change, including a general strategy for using a SRS. The arkworks backend currently constructs the srs on every prove and verify along with generating the proving and verification keys.

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

1 participant