You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 28, 2024. It is now read-only.
I think it's a good idea to be able to bundle the proving and verification keys together with specific builds of ethsnarks based projects.
To do this, there would be a converter which translates the proving key to a .cpp file, this file can then be built into the project avoiding the requirement to load files from disk to any external dependencies.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I think it's a good idea to be able to bundle the proving and verification keys together with specific builds of ethsnarks based projects.
To do this, there would be a converter which translates the proving key to a .cpp file, this file can then be built into the project avoiding the requirement to load files from disk to any external dependencies.
The text was updated successfully, but these errors were encountered: