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

1
Cargo.lock generated
View File

@@ -227,6 +227,7 @@ dependencies = [
"bellman 0.1.0",
"blake2-rfc 0.2.18 (git+https://github.com/gtank/blake2-rfc?rev=7a5b5fc99ae483a0043db7547fb79a6fa44b88a9)",
"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)",
"lazy_static 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
"libc 0.2.40 (registry+https://github.com/rust-lang/crates.io-index)",
"pairing 0.14.2",