Remove now-unused imports from root

This commit is contained in:
Jack Grigg 2018-07-02 20:02:51 +01:00
parent 7dfc50e763
commit 3d41ee5aba
No known key found for this signature in database
GPG Key ID: 1B8D649257DB0829
2 changed files with 2 additions and 1 deletions

View File

@ -1,3 +1,4 @@
use ff::PrimeFieldRepr;
use group::{CurveAffine, CurveProjective, EncodedPoint, GroupDecodingError};
use super::*;

View File

@ -22,7 +22,7 @@ pub mod tests;
pub mod bls12_381;
use ff::{Field, PrimeField, PrimeFieldDecodingError, PrimeFieldRepr, ScalarEngine, SqrtField};
use ff::{Field, PrimeField, ScalarEngine, SqrtField};
use group::{CurveAffine, CurveProjective};
/// An "engine" is a collection of types (fields, elliptic curve groups, etc.)