Skip to content

Commit

Permalink
use PrimeField exported by halo2curves
Browse files Browse the repository at this point in the history
  • Loading branch information
gnull committed Dec 21, 2023
1 parent 8e987ea commit c26e8c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fawkes-crypto/src/backend/plonk/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ use crate::{
ff_uint::{Num, PrimeField, NumRepr},
};

use ff::PrimeField as HaloPrimeField;
use halo2_curves::ff::PrimeField as HaloPrimeField;

use halo2_proofs::{
circuit::{AssignedCell, Layouter, Region, SimpleFloorPlanner, Value},
Expand Down

0 comments on commit c26e8c3

Please sign in to comment.