Migrate pairing to rand 0.5

This commit is contained in:
Jack Grigg
2019-07-10 18:36:40 -04:00
parent ce6e2a5825
commit a7e22b3550
12 changed files with 325 additions and 202 deletions

View File

@@ -15,11 +15,14 @@ homepage = "https://github.com/ebfull/pairing"
repository = "https://github.com/ebfull/pairing"
[dependencies]
rand = "0.4"
rand_core = "0.3"
byteorder = "1"
ff = { path = "../ff", features = ["derive"] }
group = { path = "../group" }
[dev-dependencies]
rand = "0.5"
[features]
unstable-features = ["expose-arith"]
expose-arith = []