Skip to content

Commit

Permalink
Poly-commitment/IPA: rely on the trait documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
dannywillems committed Oct 4, 2024
1 parent 0f69668 commit aaaec41
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions poly-commitment/src/ipa.rs
Original file line number Diff line number Diff line change
Expand Up @@ -564,7 +564,6 @@ where
self.mask_custom(comm, &blinders).unwrap()
}

/// Same as [SRS::mask] except that you can pass the blinders manually.
fn mask_custom(
&self,
com: PolyComm<G>,
Expand Down Expand Up @@ -611,8 +610,6 @@ where
PolyComm::<G> { chunks }
}

/// Commits a polynomial, potentially splitting the result in multiple
/// commitments.
fn commit(
&self,
plnm: &DensePolynomial<G::ScalarField>,
Expand Down

0 comments on commit aaaec41

Please sign in to comment.