mirror of
https://github.com/arnaucube/ark-curves-cherry-picked.git
synced 2026-01-08 06:51:32 +01:00
Last PR to get the curve tests to work (#113)
This commit is contained in:
@@ -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::*;
|
||||
|
||||
|
||||
@@ -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::*;
|
||||
|
||||
|
||||
@@ -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::*;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user