Skip to content

Commit

Permalink
fix: Rebase conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
CPerezz committed Mar 2, 2024
1 parent 1c0642c commit 0141b51
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions halo2_backend/src/plonk.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ use crate::helpers::{
SerdeCurveAffine, SerdePrimeField,
};
use crate::poly::{Coeff, EvaluationDomain, LagrangeCoeff, PinnedEvaluationDomain, Polynomial};
use crate::transcript::{ChallengeScalar, EncodedChallenge, Transcript};
use evaluation::Evaluator;
use halo2_common::plonk::{Circuit, ConstraintSystem, PinnedConstraintSystem};
use halo2_common::SerdeFormat;
Expand Down

0 comments on commit 0141b51

Please sign in to comment.