You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: snark.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -44,7 +44,7 @@ Example implementations:
44
44
- constant vs variable inputs
45
45
46
46
## Complexity Analysis
47
-
- The Groth16 Proof size is about 300 bytes. The public inputs are roughly another 100 bytes.
47
+
- The Groth16 proof size is about 300 bytes. The public inputs are roughly another 100 bytes.
48
48
- Currently, a full block of space costs less than 0.3 BTC ~ $20000 in fees.
49
49
- The assertTx may commit to up to 16 KB of trace data.
50
50
- A degree-12 extension field element is about 3 KB. Thus, naively, the assertTx may commit to only about 5 intermediate results. Verifiers could choose only from up 6 disproveTx Tapscripts, and the combined size of all Tapscripts is up to `6 x 4 MB = 24 MB`. Using hash commitments, we can compress the signatures commitments at the expense of more overhead in the disprove scripts.
0 commit comments