mirror of
https://github.com/Qortal/pirate-librustzcash.git
synced 2025-02-12 18:15:49 +00:00
Remove now-unused imports from root
This commit is contained in:
parent
7dfc50e763
commit
3d41ee5aba
@ -1,3 +1,4 @@
|
||||
use ff::PrimeFieldRepr;
|
||||
use group::{CurveAffine, CurveProjective, EncodedPoint, GroupDecodingError};
|
||||
|
||||
use super::*;
|
||||
|
@ -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.)
|
||||
|
Loading…
x
Reference in New Issue
Block a user