Skip to content

Commit

Permalink
chore: Remove dependency on CurveAffine
Browse files Browse the repository at this point in the history
  • Loading branch information
CPerezz committed Feb 9, 2024
1 parent d61d085 commit d76f552
Show file tree
Hide file tree
Showing 3 changed files with 95 additions and 77 deletions.
2 changes: 1 addition & 1 deletion halo2_backend/src/plonk.rs
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ pub struct ProvingKey<C: CurveAffine> {
fixed_values: Vec<Polynomial<C::Scalar, LagrangeCoeff>>,
fixed_polys: Vec<Polynomial<C::Scalar, Coeff>>,
permutation: permutation::ProvingKey<C>,
ev: Evaluator<C>,
ev: Evaluator<C::ScalarExt>,
}

impl<C: CurveAffine> ProvingKey<C>
Expand Down
Loading

0 comments on commit d76f552

Please sign in to comment.