Skip to content

Commit 1f76d6a

Browse files
authored
Update snark.md
1 parent c1a1c40 commit 1f76d6a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

snark.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Example implementations:
4444
- constant vs variable inputs
4545

4646
## 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.
4848
- Currently, a full block of space costs less than 0.3 BTC ~ $20000 in fees.
4949
- The assertTx may commit to up to 16 KB of trace data.
5050
- 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

Comments
 (0)