mirror of
https://github.com/arnaucube/hyperplonk.git
synced 2026-01-10 16:11:29 +01:00
minor
This commit is contained in:
committed by
chancharles92
parent
bd1fc9897e
commit
4fdbec33a6
@@ -8,7 +8,7 @@ use crate::{
|
|||||||
use arithmetic::{evaluate_opt, identity_permutation_mles, VPAuxInfo};
|
use arithmetic::{evaluate_opt, identity_permutation_mles, VPAuxInfo};
|
||||||
use ark_ec::PairingEngine;
|
use ark_ec::PairingEngine;
|
||||||
use ark_poly::DenseMultilinearExtension;
|
use ark_poly::DenseMultilinearExtension;
|
||||||
use ark_std::{end_timer, log2, println, start_timer, One, Zero};
|
use ark_std::{end_timer, log2, start_timer, One, Zero};
|
||||||
use std::{marker::PhantomData, rc::Rc};
|
use std::{marker::PhantomData, rc::Rc};
|
||||||
use subroutines::{
|
use subroutines::{
|
||||||
pcs::prelude::{Commitment, PolynomialCommitmentScheme},
|
pcs::prelude::{Commitment, PolynomialCommitmentScheme},
|
||||||
@@ -591,7 +591,6 @@ where
|
|||||||
assert_eq!(comms.len(), proof.batch_openings.f_i_eval_at_point_i.len());
|
assert_eq!(comms.len(), proof.batch_openings.f_i_eval_at_point_i.len());
|
||||||
|
|
||||||
// check proof
|
// check proof
|
||||||
println!("last step!!!");
|
|
||||||
let res = PCS::batch_verify(
|
let res = PCS::batch_verify(
|
||||||
&vk.pcs_param,
|
&vk.pcs_param,
|
||||||
&comms,
|
&comms,
|
||||||
|
|||||||
Reference in New Issue
Block a user