Skip to content

Commit

Permalink
Update proof-size-breakdown.md
Browse files Browse the repository at this point in the history
  • Loading branch information
HubertIGL authored Dec 24, 2024
1 parent 8c14d72 commit 8f1513d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion book/src/future/proof-size-breakdown.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Here is the breakdown of contributors to proof size:

<OL>
<LI> In Jolt, we commit to about 250 polynomials and produce just one HyperKZG evaluation proof.
It's one group element (about 32 bytes) per commitment, and an evaluation proof is a couple of dozen group group elements.
It's one group element (about 32 bytes) per commitment, and an evaluation proof is a couple of dozen group elements.
So this is about 9 KBs total.

With some engineering headaches we could go below 9 KBs by committing to some of the 250 polynomials as a single, larger
Expand Down

0 comments on commit 8f1513d

Please sign in to comment.