Skip to content
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

fix: allow SuperNova compressed proof serialization and size computation #1016

Merged
merged 1 commit into from
Jan 3, 2024

Conversation

huitseeker
Copy link
Contributor

  • Added serialization for the compressed proof using bincode in sha256_nivc.rs
  • Implemented computation and display of serialized compressed proof size
  • Introduced serde bound attribute to the Proof enum in supernova.rs

Fixes #1006

@huitseeker huitseeker requested a review from a team as a code owner January 3, 2024 20:38
- Added serialization for the compressed proof using bincode in `sha256_nivc.rs`
- Implemented computation and display of serialized compressed proof size
- Introduced `serde` bound attribute to the `Proof` enum in `supernova.rs`

Fixes lurk-lab#1006
@huitseeker huitseeker force-pushed the serialization_fixes branch from 509ac13 to ea52056 Compare January 3, 2024 20:53
@huitseeker huitseeker enabled auto-merge January 3, 2024 20:55
@huitseeker huitseeker added this pull request to the merge queue Jan 3, 2024
github-actions bot pushed a commit that referenced this pull request Jan 3, 2024
Merged via the queue into lurk-lab:main with commit 71db5fb Jan 3, 2024
12 checks passed
@huitseeker huitseeker deleted the serialization_fixes branch January 3, 2024 21:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Proof serialization
2 participants