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"
1313sha3 = " 0.8"
1414rand = " 0.3.17"
1515wedpr_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 " }
1717wedpr_l_macros = " 1.0.0"
1818wedpr_s_protos = " 1.3.0"
1919wedpr_l_protos = " 1.0.0"
2020wedpr_l_utils = " 1.0.0"
2121wedpr_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 " }
2323wedpr_s_selective_certificate_disclosure = " 1.3.0"
2424
2525[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"}
1616wedpr_l_protos = " 1.1.0"
1717wedpr_l_utils = " 1.1.0"
1818wedpr_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 " }
2020wedpr_l_crypto_zkp_utils = " 1.1.0"
2121
2222protobuf = " 2.22.1"
You can’t perform that action at this time.
0 commit comments