doc: Fix broken intra-doc link

This commit is contained in:
Jack Grigg 2021-01-14 13:26:58 +00:00 committed by Sean Bowe
parent 95314d0f69
commit ec8c925587
No known key found for this signature in database
GPG Key ID: 95684257D8F8B031
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ impl<'a, C: CurveAffine> Guard<'a, C> {
}
}
/// Checks to see if an [`Proof`] is valid given the current `transcript`, and a
/// Checks to see if the proof represented within `transcript` is valid, and a
/// point `x` that the polynomial commitment `P` opens purportedly to the value
/// `v`. The provided `msm` should evaluate to the commitment `P` being opened.
pub fn verify_proof<'a, C: CurveAffine, T: TranscriptRead<C>>(