Skip to content

Commit

Permalink
chore: Use Bn256/Grumpkin curves by default in num.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
storojs72 committed Jan 12, 2024
1 parent c8373c1 commit a684dff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/num.rs
Original file line number Diff line number Diff line change
Expand Up @@ -294,8 +294,8 @@ mod tests {
use proptest::proptest;

use ff::Field;
use pasta_curves::pallas::Scalar;
use pasta_curves::pallas::Scalar as Fr;
use halo2curves::bn256::Fr as Scalar;
use halo2curves::bn256::Fr;

proptest! {
#![proptest_config(ProptestConfig {
Expand Down

0 comments on commit a684dff

Please sign in to comment.