-
Notifications
You must be signed in to change notification settings - Fork 2
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
Check integrity of snark artifacts #11
Labels
Comments
For 2. |
9 tasks
@cedoor should we have an additional package there?
|
@sripwoud What about creating a new
How does it sound? |
Privately agreed on creating such a package. |
This was referenced May 7, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
After downloading the
wasm
/zkey
files to generate valid proofs, it will be necessary to verify that those files are authentic. There are theoretically two checks to be made:It is necessary to understand what we need to do for each of these checks, and whether 2 somehow makes 1 redundant.
It is also necessary to understand when to have these checks.
It'll probably make sense to add a README file to each package with the instructions needed to perform these checks, with the correct versions of the packages to be used, or with scripts to simplify the process.
The text was updated successfully, but these errors were encountered: