move IPA-specific methods to the provider (#138)

This commit is contained in:
Srinath Setty
2023-02-06 18:07:14 -08:00
committed by GitHub
parent 0315bd1198
commit b97786d291
7 changed files with 132 additions and 114 deletions

View File

@@ -32,7 +32,7 @@ impl<G: Group> fmt::Debug for SatisfyingAssignment<G>
where
G::Scalar: PrimeField,
{
fn fmt(&self, fmt: &mut fmt::Formatter) -> fmt::Result {
fn fmt(&self, fmt: &mut fmt::Formatter<'_>) -> fmt::Result {
fmt
.debug_struct("SatisfyingAssignment")
.field("a_aux_density", &self.a_aux_density)