Update and remove unused dependencies

This commit is contained in:
Luke Parker
2023-03-07 03:06:46 -05:00
parent d36fc026dd
commit 0e8c55e050
15 changed files with 35 additions and 52 deletions

View File

@@ -32,8 +32,11 @@ use dalek::{
},
};
use ff::{Field, PrimeField, FieldBits, PrimeFieldBits};
use group::{Group, GroupEncoding, prime::PrimeGroup};
use group::{
ff::{Field, PrimeField, FieldBits, PrimeFieldBits},
Group, GroupEncoding,
prime::PrimeGroup,
};
pub mod field;