Update sapling-crypto crate to use ff crate

This commit is contained in:
Jack Grigg 2018-11-11 10:52:08 +13:00
parent 4272cfa5b0
commit 2e35a322d5
1 changed files with 1 additions and 5 deletions

View File

@ -17,13 +17,9 @@ futures-cpupool = "0.1"
group = "0.1"
num_cpus = "1"
crossbeam = "0.3"
pairing = { path = "../pairing", optional = true }
byteorder = "1"
[dependencies.pairing]
git = "https://github.com/str4d/pairing"
rev = "3d41ee5abaa4888ff3607689aba007be8856816d"
optional = true
[features]
groth16 = ["pairing"]
default = ["groth16"]