Skip to content

Commit c76abc7

Browse files
authored
Update snark.md
1 parent c00226c commit c76abc7

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
@@ -13,7 +13,7 @@ A plan to implement a SNARK verifier in Bitcoin Script to run it in [BitVM2](/bi
1313
### Practical Constraints
1414
- Max script input in form of 32-bit words: `1000 items * 32-bit/item = 32 kB`
1515
- Overhead of transferring state between Scripts
16-
- 31 bytes per bit (using Winternitz signatures)
16+
- 26 bytes per bit (using Winternitz signatures)
1717
- 1 stack item for every 4 bits (each item 20 bytes)
1818
- Maximum input state size per Script: `1000 items * 4 bit/item = 4000 bits = 500 bytes` (requires 20 kB of signature data)
1919

0 commit comments

Comments
 (0)