Last PR to get the curve tests to work (#113)

This commit is contained in:
Weikeng Chen
2022-08-21 21:08:38 -07:00
committed by GitHub
parent 6d94362894
commit 52577f93ba
3 changed files with 3 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
use ark_algebra_test_templates::curves::*;
use ark_ec::{AffineCurve, ProjectiveCurve};
use ark_ff::Zero;
use ark_std::str::FromStr;
use ark_std::{ops::Mul, str::FromStr};
use crate::*;

View File

@@ -1,7 +1,7 @@
use ark_algebra_test_templates::curves::*;
use ark_ec::{AffineCurve, ProjectiveCurve};
use ark_ff::Zero;
use ark_std::str::FromStr;
use ark_std::{ops::Mul, str::FromStr};
use crate::*;

View File

@@ -1,7 +1,7 @@
use ark_algebra_test_templates::curves::*;
use ark_ec::{AffineCurve, ProjectiveCurve};
use ark_ff::Zero;
use ark_std::str::FromStr;
use ark_std::{ops::Mul, str::FromStr};
use crate::*;