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
This is a sequel to #1173
chain-server
#![deny(missing_docs)]
chain_acc
compress
The text was updated successfully, but these errors were encountered:
No branches or pull requests
This is a sequel to #1173
chain-server
crate files (using#![deny(missing_docs)]
)chain_acc
andcompress
endpoints, which only work in stream modechain_acc
does the folding internally as a checkpoint, but does not perform compression and does not return a proofcompress
finally compresses the accumulated recursive SNARK and returns itThe text was updated successfully, but these errors were encountered: