-
Notifications
You must be signed in to change notification settings - Fork 298
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
Added serialize and deserialize to starky proofs #1630
Conversation
@armanthepythonguy can you fix the clippy issue then we'll merge |
I tried running cargo clippy and I got this For more information about this error, try Also I ran cargo fmt and got no changes. Can you please have a look? @Nashtare @muursh |
@armanthepythonguy you need latest nightly toolchain for this to be triggered |
Thank you! |
Added serialize and deserialize to starky proofs. We needed this for our ZKML project where we needed to export the proofs into files and read them back to verify. It might be useful for other projects as well !!!