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

Implement generator of Nova proof and verifier's key serialised to JSONs #24

Open
storojs72 opened this issue Aug 8, 2023 · 2 comments
Labels
good first issue Good for newcomers

Comments

@storojs72
Copy link
Collaborator

storojs72 commented Aug 8, 2023

Codebase of the verifier is focused on two distinct reference implementations: "regular" Spartan and, so called, pp-spartan. In future the amount of targeted references may be increased. Every reference produces own version of proof and verifier key JSONs required for running the verification logic in Solidity, which we used to hardcode in the repository. It would be nice to have a Rust command-line application that allows generating different instances of mentioned JSONs by specifying particular version of reference and particular proving-verifying test (like for example this one, which we use heavily).

An interesting approach of using multiple dependencies of the same crate in Rust application is serde-many.

@artem-bakuta
Copy link
Contributor

artem-bakuta commented Feb 2, 2024

Have created PR to resolve this issue, take a look link to Nova repo PR

@storojs72
Copy link
Collaborator Author

lurk-lang/Nova#39

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants