Skip to content

Commit

Permalink
chore: add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanpwang committed Sep 20, 2023
1 parent 053807d commit 8c310c8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions snark-verifier-sdk/src/halo2/aggregation.rs
Original file line number Diff line number Diff line change
Expand Up @@ -342,6 +342,9 @@ pub struct SnarkAggregationOutput {
/// ## Warning
/// Will fail silently if `snarks` were created using a different multi-open scheme than `AS`
/// where `AS` can be either [`crate::SHPLONK`] or [`crate::GWC`] (for original PLONK multi-open scheme)
///
/// ## Assumptions
/// - `pool` and `range` reference the same `SharedCopyConstraintManager`.
pub fn aggregate_snarks<AS>(
pool: &mut SinglePhaseCoreManager<Fr>,
range: &RangeChip<Fr>,
Expand Down

0 comments on commit 8c310c8

Please sign in to comment.