We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8490e66 commit 5a4f008Copy full SHA for 5a4f008
1 file changed
aggregation_mode/src/aggregators/mod.rs
@@ -55,8 +55,8 @@ impl ZKVMEngine {
55
/// - The Merkle root computed within the ZKVM, exposed as a public input
56
///
57
/// 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
+ /// `proofs_per_chunk`` and uses the `user_proofs_aggregator` to aggregate the proofs.
+ /// Then, the `chunk_aggregator` takes the resulting proofs and their corresponding leaves commitments
60
/// to produce the final aggregated proof.
61
pub fn aggregate_proofs(
62
&self,
0 commit comments