Update librustzcash crate to use ff crate

This commit is contained in:
Jack Grigg
2019-01-03 22:05:06 +00:00
parent 00983c48cd
commit 07955092f3
6 changed files with 10 additions and 7 deletions

View File

@@ -15,6 +15,7 @@ crate-type = ["staticlib"]
[dependencies]
bellman = { path = "../bellman" }
ff = "0.4"
libc = "0.2"
pairing = { path = "../pairing" }
lazy_static = "1"