Finish comment on Proof::verify.

This commit is contained in:
Sean Bowe 2020-09-07 16:34:40 -06:00
parent 4572e809d1
commit 549232234f
No known key found for this signature in database
GPG Key ID: 95684257D8F8B031
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ use crate::poly::{commitment::Params, Rotation};
use crate::transcript::Hasher;
impl<C: CurveAffine> Proof<C> {
/// Returns
/// Returns a boolean indicating whether or not the proof is valid
pub fn verify<HBase: Hasher<C::Base>, HScalar: Hasher<C::Scalar>>(
&self,
params: &Params<C>,