We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Initially it was optional for proof compression, with the implementation of HyperNova the codebase gets even more tied to polycommitments interface.
Alternative solution is to extract this code into another crate and remove "spartan" feature-gate from HyperNova, but this is more involved.
The text was updated successfully, but these errors were encountered:
Resolved by #223
Sorry, something went wrong.
Please keep it open to allow spartan being optional
Precompile Metadata is Embedded into ELFs (#147)
717ba39
* Update Macro * Reorg + Fixes * ELF Loader Loads Custom Metadata * Quick Self-Review * Change Segment Type + Fix Parser * Clippy Bypass -> Target Config
No branches or pull requests
Initially it was optional for proof compression, with the implementation of HyperNova the codebase gets even more tied to polycommitments interface.
Alternative solution is to extract this code into another crate and remove "spartan" feature-gate from HyperNova, but this is more involved.
The text was updated successfully, but these errors were encountered: