Skip to content

Commit 5a4f008

Browse files
committed
chore: update comments
1 parent 8490e66 commit 5a4f008

File tree

1 file changed

+2
-2
lines changed
  • aggregation_mode/src/aggregators

1 file changed

+2
-2
lines changed

aggregation_mode/src/aggregators/mod.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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,

0 commit comments

Comments
 (0)