Maximum size of a storage proof node in bytes.
Worst-case branch node: 8 (header) + 32 (partial key) + 8 (bitmap) + 512 (16 children) + 40
(value) = 600 bytes. We use 640 bytes to provide some margin.
Maximum storage proof node size in field elements using compact encoding (7 bytes/felt).
This is the single source of truth for circuit witness sizing.
Includes +1 for the length prefix that makes the encoding injective.
Calculation: ceil(640 / 7) + 1 = 92 + 1 = 93