Skip to content

Commit

Permalink
refac(halo2): remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
chokobole committed Jul 12, 2024
1 parent 47af269 commit 9535e1c
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions vendors/halo2/src/prover.rs
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,7 @@ use halo2_proofs::{
},
transcript::EncodedChallenge,
};
use halo2curves::{
bn256::Fr,
group::{prime::PrimeCurveAffine, Curve},
CurveAffine,
};
use halo2curves::{bn256::Fr, group::prime::PrimeCurveAffine};
use rand_core::RngCore;

/// This creates a proof for the provided `circuit` when given the public
Expand Down

0 comments on commit 9535e1c

Please sign in to comment.