Key Setup and Definitions

Data Sizes: 256 KB, 512 KB, 1024 KB, and 2048 KB.

Chunk and Column:

Commitment and Proof Sizes:

Number of Rows Calculation

Steps:

  1. Calculate the total number of chunks: $\text{Total Chunks} = \frac{\text{Data Size (Bytes)}}{\text{Chunk Size (Bytes)}}$
  2. Calculate the number of rows: $\#\text{ofRows} = \frac{\text{Total Chunks}}{\text{Number of Columns}}$

Bandwidth Calculations

a) Whole Column Scenario

The total bandwidth for all 2048 columns:

$\text{Whole Column Bandwidth} = \#\text{ofColumns} \times (\#\text{ofRows} \times \text{Chunk Size} + \text{Commitment Size})$

b) Chunk-by-Chunk Scenario