mirror of
https://github.com/saymrwulf/pasta_curves-source.git
synced 2026-09-06 20:20:34 +00:00
Finish comment on Proof::verify.
This commit is contained in:
parent
4572e809d1
commit
549232234f
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@ use crate::poly::{commitment::Params, Rotation};
|
||||||
use crate::transcript::Hasher;
|
use crate::transcript::Hasher;
|
||||||
|
|
||||||
impl<C: CurveAffine> Proof<C> {
|
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>>(
|
pub fn verify<HBase: Hasher<C::Base>, HScalar: Hasher<C::Scalar>>(
|
||||||
&self,
|
&self,
|
||||||
params: &Params<C>,
|
params: &Params<C>,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue