Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
chancharles92 committed Nov 10, 2022
1 parent bd1fc98 commit 4fdbec3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions hyperplonk/src/snark.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ use crate::{
use arithmetic::{evaluate_opt, identity_permutation_mles, VPAuxInfo};
use ark_ec::PairingEngine;
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 subroutines::{
pcs::prelude::{Commitment, PolynomialCommitmentScheme},
Expand Down Expand Up @@ -591,7 +591,6 @@ where
assert_eq!(comms.len(), proof.batch_openings.f_i_eval_at_point_i.len());

// check proof
println!("last step!!!");
let res = PCS::batch_verify(
&vk.pcs_param,
&comms,
Expand Down

0 comments on commit 4fdbec3

Please sign in to comment.