From b557f144ec594ca74df9152b727a623032aa77ba Mon Sep 17 00:00:00 2001 From: Cryptoforge Date: Thu, 30 Jul 2020 21:46:06 -0700 Subject: [PATCH] update librustzcash --- Cargo.lock | 76 +++++++++++++++++++++++++------------------------- lib/Cargo.toml | 12 ++++---- 2 files changed, 44 insertions(+), 44 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 77f4b00..b52b3d4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -179,15 +179,15 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "bellman" version = "0.6.0" -source = "git+https://github.com/zerocurrencycoin/librustzcash.git?rev=1ce4e97632359117f57848d64872c85d1efaece5#1ce4e97632359117f57848d64872c85d1efaece5" +source = "git+https://github.com/zerocurrencycoin/librustzcash.git?rev=0883d7f3fc26b4f615b049151e43c112c8c7b920#0883d7f3fc26b4f615b049151e43c112c8c7b920" dependencies = [ "bit-vec 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)", "blake2s_simd 0.5.9 (registry+https://github.com/rust-lang/crates.io-index)", "byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", - "ff 0.6.0 (git+https://github.com/zerocurrencycoin/librustzcash.git?rev=1ce4e97632359117f57848d64872c85d1efaece5)", + "ff 0.6.0 (git+https://github.com/zerocurrencycoin/librustzcash.git?rev=0883d7f3fc26b4f615b049151e43c112c8c7b920)", "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)", - "group 0.6.0 (git+https://github.com/zerocurrencycoin/librustzcash.git?rev=1ce4e97632359117f57848d64872c85d1efaece5)", - "pairing 0.16.0 (git+https://github.com/zerocurrencycoin/librustzcash.git?rev=1ce4e97632359117f57848d64872c85d1efaece5)", + "group 0.6.0 (git+https://github.com/zerocurrencycoin/librustzcash.git?rev=0883d7f3fc26b4f615b049151e43c112c8c7b920)", + "pairing 0.16.0 (git+https://github.com/zerocurrencycoin/librustzcash.git?rev=0883d7f3fc26b4f615b049151e43c112c8c7b920)", "rand_core 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", "subtle 2.2.2 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -460,10 +460,10 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "ff" version = "0.6.0" -source = "git+https://github.com/zerocurrencycoin/librustzcash.git?rev=1ce4e97632359117f57848d64872c85d1efaece5#1ce4e97632359117f57848d64872c85d1efaece5" +source = "git+https://github.com/zerocurrencycoin/librustzcash.git?rev=0883d7f3fc26b4f615b049151e43c112c8c7b920#0883d7f3fc26b4f615b049151e43c112c8c7b920" dependencies = [ "byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", - "ff_derive 0.6.0 (git+https://github.com/zerocurrencycoin/librustzcash.git?rev=1ce4e97632359117f57848d64872c85d1efaece5)", + "ff_derive 0.6.0 (git+https://github.com/zerocurrencycoin/librustzcash.git?rev=0883d7f3fc26b4f615b049151e43c112c8c7b920)", "rand_core 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", "subtle 2.2.2 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -471,7 +471,7 @@ dependencies = [ [[package]] name = "ff_derive" version = "0.6.0" -source = "git+https://github.com/zerocurrencycoin/librustzcash.git?rev=1ce4e97632359117f57848d64872c85d1efaece5#1ce4e97632359117f57848d64872c85d1efaece5" +source = "git+https://github.com/zerocurrencycoin/librustzcash.git?rev=0883d7f3fc26b4f615b049151e43c112c8c7b920#0883d7f3fc26b4f615b049151e43c112c8c7b920" dependencies = [ "addchain 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "num-bigint 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", @@ -604,10 +604,10 @@ dependencies = [ [[package]] name = "group" version = "0.6.0" -source = "git+https://github.com/zerocurrencycoin/librustzcash.git?rev=1ce4e97632359117f57848d64872c85d1efaece5#1ce4e97632359117f57848d64872c85d1efaece5" +source = "git+https://github.com/zerocurrencycoin/librustzcash.git?rev=0883d7f3fc26b4f615b049151e43c112c8c7b920#0883d7f3fc26b4f615b049151e43c112c8c7b920" dependencies = [ "byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", - "ff 0.6.0 (git+https://github.com/zerocurrencycoin/librustzcash.git?rev=1ce4e97632359117f57848d64872c85d1efaece5)", + "ff 0.6.0 (git+https://github.com/zerocurrencycoin/librustzcash.git?rev=0883d7f3fc26b4f615b049151e43c112c8c7b920)", "rand 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)", "rand_xorshift 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -1038,11 +1038,11 @@ dependencies = [ [[package]] name = "pairing" version = "0.16.0" -source = "git+https://github.com/zerocurrencycoin/librustzcash.git?rev=1ce4e97632359117f57848d64872c85d1efaece5#1ce4e97632359117f57848d64872c85d1efaece5" +source = "git+https://github.com/zerocurrencycoin/librustzcash.git?rev=0883d7f3fc26b4f615b049151e43c112c8c7b920#0883d7f3fc26b4f615b049151e43c112c8c7b920" dependencies = [ "byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", - "ff 0.6.0 (git+https://github.com/zerocurrencycoin/librustzcash.git?rev=1ce4e97632359117f57848d64872c85d1efaece5)", - "group 0.6.0 (git+https://github.com/zerocurrencycoin/librustzcash.git?rev=1ce4e97632359117f57848d64872c85d1efaece5)", + "ff 0.6.0 (git+https://github.com/zerocurrencycoin/librustzcash.git?rev=0883d7f3fc26b4f615b049151e43c112c8c7b920)", + "group 0.6.0 (git+https://github.com/zerocurrencycoin/librustzcash.git?rev=0883d7f3fc26b4f615b049151e43c112c8c7b920)", "rand_core 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", "subtle 2.2.2 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -2451,35 +2451,35 @@ dependencies = [ [[package]] name = "zcash_client_backend" version = "0.2.0" -source = "git+https://github.com/zerocurrencycoin/librustzcash.git?rev=1ce4e97632359117f57848d64872c85d1efaece5#1ce4e97632359117f57848d64872c85d1efaece5" +source = "git+https://github.com/zerocurrencycoin/librustzcash.git?rev=0883d7f3fc26b4f615b049151e43c112c8c7b920#0883d7f3fc26b4f615b049151e43c112c8c7b920" dependencies = [ "bech32 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", "bs58 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)", - "ff 0.6.0 (git+https://github.com/zerocurrencycoin/librustzcash.git?rev=1ce4e97632359117f57848d64872c85d1efaece5)", + "ff 0.6.0 (git+https://github.com/zerocurrencycoin/librustzcash.git?rev=0883d7f3fc26b4f615b049151e43c112c8c7b920)", "hex 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", - "pairing 0.16.0 (git+https://github.com/zerocurrencycoin/librustzcash.git?rev=1ce4e97632359117f57848d64872c85d1efaece5)", + "pairing 0.16.0 (git+https://github.com/zerocurrencycoin/librustzcash.git?rev=0883d7f3fc26b4f615b049151e43c112c8c7b920)", "protobuf 2.8.1 (registry+https://github.com/rust-lang/crates.io-index)", "protobuf-codegen-pure 2.8.1 (registry+https://github.com/rust-lang/crates.io-index)", "subtle 2.2.2 (registry+https://github.com/rust-lang/crates.io-index)", - "zcash_primitives 0.2.0 (git+https://github.com/zerocurrencycoin/librustzcash.git?rev=1ce4e97632359117f57848d64872c85d1efaece5)", + "zcash_primitives 0.2.0 (git+https://github.com/zerocurrencycoin/librustzcash.git?rev=0883d7f3fc26b4f615b049151e43c112c8c7b920)", ] [[package]] name = "zcash_primitives" version = "0.2.0" -source = "git+https://github.com/zerocurrencycoin/librustzcash.git?rev=1ce4e97632359117f57848d64872c85d1efaece5#1ce4e97632359117f57848d64872c85d1efaece5" +source = "git+https://github.com/zerocurrencycoin/librustzcash.git?rev=0883d7f3fc26b4f615b049151e43c112c8c7b920#0883d7f3fc26b4f615b049151e43c112c8c7b920" dependencies = [ "aes 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", "blake2b_simd 0.5.9 (registry+https://github.com/rust-lang/crates.io-index)", "blake2s_simd 0.5.9 (registry+https://github.com/rust-lang/crates.io-index)", "byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", "crypto_api_chachapoly 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", - "ff 0.6.0 (git+https://github.com/zerocurrencycoin/librustzcash.git?rev=1ce4e97632359117f57848d64872c85d1efaece5)", + "ff 0.6.0 (git+https://github.com/zerocurrencycoin/librustzcash.git?rev=0883d7f3fc26b4f615b049151e43c112c8c7b920)", "fpe 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "hex 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", - "pairing 0.16.0 (git+https://github.com/zerocurrencycoin/librustzcash.git?rev=1ce4e97632359117f57848d64872c85d1efaece5)", + "pairing 0.16.0 (git+https://github.com/zerocurrencycoin/librustzcash.git?rev=0883d7f3fc26b4f615b049151e43c112c8c7b920)", "rand 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)", "rand_core 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", "ripemd160 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -2491,15 +2491,15 @@ dependencies = [ [[package]] name = "zcash_proofs" version = "0.2.0" -source = "git+https://github.com/zerocurrencycoin/librustzcash.git?rev=1ce4e97632359117f57848d64872c85d1efaece5#1ce4e97632359117f57848d64872c85d1efaece5" +source = "git+https://github.com/zerocurrencycoin/librustzcash.git?rev=0883d7f3fc26b4f615b049151e43c112c8c7b920#0883d7f3fc26b4f615b049151e43c112c8c7b920" dependencies = [ - "bellman 0.6.0 (git+https://github.com/zerocurrencycoin/librustzcash.git?rev=1ce4e97632359117f57848d64872c85d1efaece5)", + "bellman 0.6.0 (git+https://github.com/zerocurrencycoin/librustzcash.git?rev=0883d7f3fc26b4f615b049151e43c112c8c7b920)", "blake2b_simd 0.5.9 (registry+https://github.com/rust-lang/crates.io-index)", "byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", - "ff 0.6.0 (git+https://github.com/zerocurrencycoin/librustzcash.git?rev=1ce4e97632359117f57848d64872c85d1efaece5)", - "pairing 0.16.0 (git+https://github.com/zerocurrencycoin/librustzcash.git?rev=1ce4e97632359117f57848d64872c85d1efaece5)", + "ff 0.6.0 (git+https://github.com/zerocurrencycoin/librustzcash.git?rev=0883d7f3fc26b4f615b049151e43c112c8c7b920)", + "pairing 0.16.0 (git+https://github.com/zerocurrencycoin/librustzcash.git?rev=0883d7f3fc26b4f615b049151e43c112c8c7b920)", "rand_core 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", - "zcash_primitives 0.2.0 (git+https://github.com/zerocurrencycoin/librustzcash.git?rev=1ce4e97632359117f57848d64872c85d1efaece5)", + "zcash_primitives 0.2.0 (git+https://github.com/zerocurrencycoin/librustzcash.git?rev=0883d7f3fc26b4f615b049151e43c112c8c7b920)", ] [[package]] @@ -2523,11 +2523,11 @@ name = "zecwalletlitelib" version = "0.1.0" dependencies = [ "base58 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", - "bellman 0.6.0 (git+https://github.com/zerocurrencycoin/librustzcash.git?rev=1ce4e97632359117f57848d64872c85d1efaece5)", + "bellman 0.6.0 (git+https://github.com/zerocurrencycoin/librustzcash.git?rev=0883d7f3fc26b4f615b049151e43c112c8c7b920)", "byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)", "dirs 2.0.2 (registry+https://github.com/rust-lang/crates.io-index)", - "ff 0.6.0 (git+https://github.com/zerocurrencycoin/librustzcash.git?rev=1ce4e97632359117f57848d64872c85d1efaece5)", + "ff 0.6.0 (git+https://github.com/zerocurrencycoin/librustzcash.git?rev=0883d7f3fc26b4f615b049151e43c112c8c7b920)", "hex 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", "http 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "json 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -2536,7 +2536,7 @@ dependencies = [ "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "log4rs 0.8.3 (registry+https://github.com/rust-lang/crates.io-index)", "num_cpus 1.13.0 (registry+https://github.com/rust-lang/crates.io-index)", - "pairing 0.16.0 (git+https://github.com/zerocurrencycoin/librustzcash.git?rev=1ce4e97632359117f57848d64872c85d1efaece5)", + "pairing 0.16.0 (git+https://github.com/zerocurrencycoin/librustzcash.git?rev=0883d7f3fc26b4f615b049151e43c112c8c7b920)", "prost 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)", "prost-types 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)", "protobuf 2.8.1 (registry+https://github.com/rust-lang/crates.io-index)", @@ -2557,9 +2557,9 @@ dependencies = [ "tonic-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", "webpki 0.21.0 (registry+https://github.com/rust-lang/crates.io-index)", "webpki-roots 0.18.0 (registry+https://github.com/rust-lang/crates.io-index)", - "zcash_client_backend 0.2.0 (git+https://github.com/zerocurrencycoin/librustzcash.git?rev=1ce4e97632359117f57848d64872c85d1efaece5)", - "zcash_primitives 0.2.0 (git+https://github.com/zerocurrencycoin/librustzcash.git?rev=1ce4e97632359117f57848d64872c85d1efaece5)", - "zcash_proofs 0.2.0 (git+https://github.com/zerocurrencycoin/librustzcash.git?rev=1ce4e97632359117f57848d64872c85d1efaece5)", + "zcash_client_backend 0.2.0 (git+https://github.com/zerocurrencycoin/librustzcash.git?rev=0883d7f3fc26b4f615b049151e43c112c8c7b920)", + "zcash_primitives 0.2.0 (git+https://github.com/zerocurrencycoin/librustzcash.git?rev=0883d7f3fc26b4f615b049151e43c112c8c7b920)", + "zcash_proofs 0.2.0 (git+https://github.com/zerocurrencycoin/librustzcash.git?rev=0883d7f3fc26b4f615b049151e43c112c8c7b920)", ] [metadata] @@ -2587,7 +2587,7 @@ dependencies = [ "checksum base64 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)" = "0b25d992356d2eb0ed82172f5248873db5560c4721f564b13cb5193bda5e668e" "checksum base64 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b41b7ea54a0c9d92199de89e20e58d49f02f8e699814ef3fdf266f6f748d15c7" "checksum bech32 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)" = "9e0089c35ab7c6f2bc55ab23f769913f0ac65b1023e7e74638a1f43128dd5df2" -"checksum bellman 0.6.0 (git+https://github.com/zerocurrencycoin/librustzcash.git?rev=1ce4e97632359117f57848d64872c85d1efaece5)" = "" +"checksum bellman 0.6.0 (git+https://github.com/zerocurrencycoin/librustzcash.git?rev=0883d7f3fc26b4f615b049151e43c112c8c7b920)" = "" "checksum bit-vec 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)" = "02b4ff8b16e6076c3e14220b39fbc1fabb6737522281a388998046859400895f" "checksum bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693" "checksum blake2b_simd 0.5.9 (registry+https://github.com/rust-lang/crates.io-index)" = "b83b7baab1e671718d78204225800d6b170e648188ac7dc992e9d6bddf87d0c0" @@ -2623,8 +2623,8 @@ dependencies = [ "checksum failure 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "f8273f13c977665c5db7eb2b99ae520952fe5ac831ae4cd09d80c4c7042b5ed9" "checksum failure_derive 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "0bc225b78e0391e4b8683440bf2e63c2deeeb2ce5189eab46e2b68c6d3725d08" "checksum fake-simd 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "e88a8acf291dafb59c2d96e8f59828f3838bb1a70398823ade51a84de6a6deed" -"checksum ff 0.6.0 (git+https://github.com/zerocurrencycoin/librustzcash.git?rev=1ce4e97632359117f57848d64872c85d1efaece5)" = "" -"checksum ff_derive 0.6.0 (git+https://github.com/zerocurrencycoin/librustzcash.git?rev=1ce4e97632359117f57848d64872c85d1efaece5)" = "" +"checksum ff 0.6.0 (git+https://github.com/zerocurrencycoin/librustzcash.git?rev=0883d7f3fc26b4f615b049151e43c112c8c7b920)" = "" +"checksum ff_derive 0.6.0 (git+https://github.com/zerocurrencycoin/librustzcash.git?rev=0883d7f3fc26b4f615b049151e43c112c8c7b920)" = "" "checksum filetime 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = "1ff6d4dab0aa0c8e6346d46052e93b13a16cf847b54ed357087c35011048cc7d" "checksum fixedbitset 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "37ab347416e802de484e4d03c7316c48f1ecb56574dfd4a46a80f173ce1de04d" "checksum flate2 1.0.13 (registry+https://github.com/rust-lang/crates.io-index)" = "6bd6d6f4752952feb71363cffc9ebac9411b75b87c6ab6058c40c8900cf43c0f" @@ -2641,7 +2641,7 @@ dependencies = [ "checksum futures-util 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "c0d66274fb76985d3c62c886d1da7ac4c0903a8c9f754e8fe0f35a6a6cc39e76" "checksum generic-array 0.12.3 (registry+https://github.com/rust-lang/crates.io-index)" = "c68f0274ae0e023facc3c97b2e00f076be70e254bc851d972503b328db79b2ec" "checksum getrandom 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)" = "e7db7ca94ed4cd01190ceee0d8a8052f08a247aa1b469a7f68c6a3b71afcf407" -"checksum group 0.6.0 (git+https://github.com/zerocurrencycoin/librustzcash.git?rev=1ce4e97632359117f57848d64872c85d1efaece5)" = "" +"checksum group 0.6.0 (git+https://github.com/zerocurrencycoin/librustzcash.git?rev=0883d7f3fc26b4f615b049151e43c112c8c7b920)" = "" "checksum h2 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)" = "79b7246d7e4b979c03fa093da39cfb3617a96bbeee6310af63991668d7e843ff" "checksum hashbrown 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "3bae29b6653b3412c2e71e9d486db9f9df5d701941d86683005efb9f2d28e3da" "checksum heck 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "20564e78d53d2bb135c343b3f47714a56af2061f1c928fdb541dc7b9fdd94205" @@ -2689,7 +2689,7 @@ dependencies = [ "checksum opaque-debug 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "2839e79665f131bdb5782e51f2c6c9599c133c6098982a54c794358bf432529c" "checksum openssl-probe 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "77af24da69f9d9341038eba93a073b1fdaaa1b788221b00a69bce9e762cb32de" "checksum ordered-float 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "18869315e81473c951eb56ad5558bbc56978562d3ecfb87abb7a1e944cea4518" -"checksum pairing 0.16.0 (git+https://github.com/zerocurrencycoin/librustzcash.git?rev=1ce4e97632359117f57848d64872c85d1efaece5)" = "" +"checksum pairing 0.16.0 (git+https://github.com/zerocurrencycoin/librustzcash.git?rev=0883d7f3fc26b4f615b049151e43c112c8c7b920)" = "" "checksum parking_lot 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)" = "ab41b4aed082705d1056416ae4468b6ea99d52599ecf3169b00088d43113e337" "checksum parking_lot_core 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "94c8c7923936b28d546dfd14d4472eaf34c99b14e1c973a32b3e6d4eb04298c9" "checksum pbkdf2 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "006c038a43a45995a9670da19e67600114740e8511d4333bf97a56e66a7542d9" @@ -2846,6 +2846,6 @@ dependencies = [ "checksum ws2_32-sys 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "d59cefebd0c892fa2dd6de581e937301d8552cb44489cdff035c6187cb63fa5e" "checksum xattr 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "244c3741f4240ef46274860397c7c74e50eb23624996930e484c16679633a54c" "checksum yaml-rust 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)" = "65923dd1784f44da1d2c3dbbc5e822045628c590ba72123e1c73d3c230c4434d" -"checksum zcash_client_backend 0.2.0 (git+https://github.com/zerocurrencycoin/librustzcash.git?rev=1ce4e97632359117f57848d64872c85d1efaece5)" = "" -"checksum zcash_primitives 0.2.0 (git+https://github.com/zerocurrencycoin/librustzcash.git?rev=1ce4e97632359117f57848d64872c85d1efaece5)" = "" -"checksum zcash_proofs 0.2.0 (git+https://github.com/zerocurrencycoin/librustzcash.git?rev=1ce4e97632359117f57848d64872c85d1efaece5)" = "" +"checksum zcash_client_backend 0.2.0 (git+https://github.com/zerocurrencycoin/librustzcash.git?rev=0883d7f3fc26b4f615b049151e43c112c8c7b920)" = "" +"checksum zcash_primitives 0.2.0 (git+https://github.com/zerocurrencycoin/librustzcash.git?rev=0883d7f3fc26b4f615b049151e43c112c8c7b920)" = "" +"checksum zcash_proofs 0.2.0 (git+https://github.com/zerocurrencycoin/librustzcash.git?rev=0883d7f3fc26b4f615b049151e43c112c8c7b920)" = "" diff --git a/lib/Cargo.toml b/lib/Cargo.toml index d0f3167..ec89d58 100644 --- a/lib/Cargo.toml +++ b/lib/Cargo.toml @@ -42,33 +42,33 @@ webpki-roots = "0.18.0" [dependencies.bellman] git = "https://github.com/zerocurrencycoin/librustzcash.git" -rev = "1ce4e97632359117f57848d64872c85d1efaece5" +rev = "0883d7f3fc26b4f615b049151e43c112c8c7b920" default-features = false features = ["groth16"] [dependencies.pairing] git = "https://github.com/zerocurrencycoin/librustzcash.git" -rev = "1ce4e97632359117f57848d64872c85d1efaece5" +rev = "0883d7f3fc26b4f615b049151e43c112c8c7b920" [dependencies.zcash_client_backend] git = "https://github.com/zerocurrencycoin/librustzcash.git" -rev = "1ce4e97632359117f57848d64872c85d1efaece5" +rev = "0883d7f3fc26b4f615b049151e43c112c8c7b920" default-features = false [dependencies.zcash_primitives] git = "https://github.com/zerocurrencycoin/librustzcash.git" -rev = "1ce4e97632359117f57848d64872c85d1efaece5" +rev = "0883d7f3fc26b4f615b049151e43c112c8c7b920" default-features = false features = ["transparent-inputs"] [dependencies.zcash_proofs] git = "https://github.com/zerocurrencycoin/librustzcash.git" -rev = "1ce4e97632359117f57848d64872c85d1efaece5" +rev = "0883d7f3fc26b4f615b049151e43c112c8c7b920" default-features = false [dependencies.ff] git = "https://github.com/zerocurrencycoin/librustzcash.git" -rev = "1ce4e97632359117f57848d64872c85d1efaece5" +rev = "0883d7f3fc26b4f615b049151e43c112c8c7b920" features = ["ff_derive"] [build-dependencies]