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

[Feat] Calculate proof size and number of hashes #712

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

noel2004
Copy link
Member

@noel2004 noel2004 commented Dec 9, 2024

This PR is base on #692 and provided required features to calculate the size of proofs and number of hashes

Now it has been implied in the e2e test test_single_add_instance_e2e and fibonacci bench, obtained following output:

encoded zkvm proof size: 2756371, hash_num: 4411

The encoding of proof is done by bincode to kept the serialization as compact as possible

@noel2004 noel2004 force-pushed the feat/transcript_stat branch from c3613f0 to 8c18dff Compare December 15, 2024 06:54
@noel2004 noel2004 marked this pull request as ready for review December 15, 2024 06:55
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.

1 participant