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

1
Cargo.lock generated
View File

@@ -448,6 +448,7 @@ version = "0.0.0"
dependencies = [
"bellman 0.1.0",
"byteorder 1.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
"ff 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
"pairing 0.14.2",
"rand 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
"sapling-crypto 0.0.1",