Update zcash_proofs crate to use ff crate

This commit is contained in:
Jack Grigg
2019-01-06 09:32:50 +00:00
parent 538de482f3
commit 00983c48cd
5 changed files with 7 additions and 8 deletions

View File

@@ -8,6 +8,7 @@ authors = [
[dependencies]
bellman = { path = "../bellman" }
byteorder = "1"
ff = "0.4"
pairing = { path = "../pairing" }
rand = "0.4"
sapling-crypto = { path = "../sapling-crypto" }