File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
aggregation_mode/src/aggregators Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -55,8 +55,8 @@ impl ZKVMEngine {
5555 /// - The Merkle root computed within the ZKVM, exposed as a public input
5656 ///
5757 /// This function performs multi-level proof aggregation. It splits the input proofs into chunks of
58- /// [`MAX_PROOFS_PER_AGGREGATION`] and uses the `chunk_aggregator ` to aggregate each chunk .
59- /// Then, the `root_aggregator ` takes the resulting chunk proofs and their corresponding leaves commitments
58+ /// `proofs_per_chunk`` and uses the `user_proofs_aggregator ` to aggregate the proofs .
59+ /// Then, the `chunk_aggregator ` takes the resulting proofs and their corresponding leaves commitments
6060 /// to produce the final aggregated proof.
6161 pub fn aggregate_proofs (
6262 & self ,
You can’t perform that action at this time.
0 commit comments