Use ff crate for Field traits

This commit is contained in:
Jack Grigg
2018-06-30 21:56:49 -04:00
parent 09b6e6f921
commit 1db099f1cc
7 changed files with 8 additions and 459 deletions

View File

@@ -15,6 +15,7 @@ repository = "https://github.com/ebfull/pairing"
rand = "0.4"
byteorder = "1"
clippy = { version = "0.0.200", optional = true }
ff = "0.3"
[features]
unstable-features = ["expose-arith"]