This commit is contained in:
Thor Kamphefner 2023-07-10 08:59:11 -07:00
parent c05547a70f
commit dffc20efb8
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ impl<'params, C: CurveAffine> VerificationStrategy<'params, C> for SingleVerifie
}
}
/// Returns a boolean indicating whether or not the proof is valid
/// Returns a Result indicating whether or not the proof is valid
pub fn verify_proof<
'params,
C: CurveAffine,