File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed
solution/verifiable_confidential_ledger Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -13,13 +13,13 @@ protobuf = "2.22.1"
13
13
sha3 = " 0.8"
14
14
rand = " 0.3.17"
15
15
wedpr_l_crypto_zkp_discrete_logarithm_proof = " 1.0.0"
16
- wedpr_l_crypto_zkp_range_proof = " 1.0.0 "
16
+ wedpr_l_crypto_zkp_range_proof = { git = " https://github.com/WeBankBlockchain/WeDPR-Lab-Crypto " , branch = " main " }
17
17
wedpr_l_macros = " 1.0.0"
18
18
wedpr_s_protos = " 1.3.0"
19
19
wedpr_l_protos = " 1.0.0"
20
20
wedpr_l_utils = " 1.0.0"
21
21
wedpr_l_crypto_zkp_utils = " 1.0.0"
22
- wedpr_s_verifiable_confidential_ledger = " 1.3.0 "
22
+ wedpr_s_verifiable_confidential_ledger = { path = " ../solution/verifiable_confidential_ledger " }
23
23
wedpr_s_selective_certificate_disclosure = " 1.3.0"
24
24
25
25
[dev-dependencies ]
Original file line number Diff line number Diff line change
1
+ nightly-2021-06-17
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ wedpr_s_protos = { path = "../../protos"}
16
16
wedpr_l_protos = " 1.1.0"
17
17
wedpr_l_utils = " 1.1.0"
18
18
wedpr_l_crypto_zkp_discrete_logarithm_proof = " 1.1.0"
19
- wedpr_l_crypto_zkp_range_proof = " 1.1.0 "
19
+ wedpr_l_crypto_zkp_range_proof = { git = " https://github.com/WeBankBlockchain/WeDPR-Lab-Crypto " , branch = " main " }
20
20
wedpr_l_crypto_zkp_utils = " 1.1.0"
21
21
22
22
protobuf = " 2.22.1"
You can’t perform that action at this time.
0 commit comments