You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/2_architecture/agg_mode_components/1_deep_dive.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -41,7 +41,7 @@ The **proof commitment** is a hash that uniquely identifies a proof. It is defin
41
41
To scale aggregation without exhausting zkVM memory, aggregation is split in two programs:
42
42
43
43
1.**User Proof Aggregator**
44
-
Processes batches of `n` user proofs. Each run creates an aggregated proof that commits to a Merkle root of the user proofs inputs. This step is repeated for as many chunks as needed. Usually each chunks contains `256` proofs but it can be lowered based on the machine specs.
44
+
Processes chunks of `n` user proofs. Each run creates an aggregated proof that commits to a Merkle root of the user proofs inputs. This step is repeated for as many chunks as needed. Usually each chunks contains `256` proofs but it can be lowered based on the machine specs.
45
45
46
46
2.**Chunk Aggregator**
47
47
Aggregates all chunk-level proofs into a single final proof. It receives:
0 commit comments