From ec8c9255877477215a91b856c9f4b48c9bbda94e Mon Sep 17 00:00:00 2001 From: Jack Grigg Date: Thu, 14 Jan 2021 13:26:58 +0000 Subject: [PATCH] doc: Fix broken intra-doc link --- src/poly/commitment/verifier.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/poly/commitment/verifier.rs b/src/poly/commitment/verifier.rs index 97d4e044..da057fd8 100644 --- a/src/poly/commitment/verifier.rs +++ b/src/poly/commitment/verifier.rs @@ -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>(