Skip to content

Commit d0e6d8d

Browse files
Update aggregator/README.md
Co-authored-by: Haichen Shen <[email protected]>
1 parent 2561e8c commit d0e6d8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aggregator/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ This is done via comparing the `data_rlc` of `chunk_{i-1}` and ` chunk_{i}`.
131131
![Dynamic_inputs](./figures/hash_table.jpg)
132132

133133

134-
Our keccak table uses $2^19$ rows. Each keccak round takes `300` rows. When the number of round is is less than $2^{19}/300$, the cell manager will fill in the rest of the rows with dummy hashes.
134+
Our keccak table uses $2^{19}$ rows. Each keccak round takes `300` rows. When the number of round is is less than $2^{19}/300$, the cell manager will fill in the rest of the rows with dummy hashes.
135135

136136
The only hash that uses dynamic number of rounds is the last hash.
137137
Suppose we target for `MAX_AGG_SNARK = 10`. Then, the last hash function will take no more than `32 * 10 /136 = 3` rounds.

0 commit comments

Comments
 (0)