Skip to content

Commit

Permalink
update crate
Browse files Browse the repository at this point in the history
  • Loading branch information
HaoXuan40404 committed Sep 29, 2021
1 parent 0d0f468 commit 0bb4d0a
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 10 deletions.
6 changes: 4 additions & 2 deletions crypto/oblivious_transfer/base_ot/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,17 @@
name = "wedpr_l_crypto_ot_base_ot"
version = "0.1.0"
edition = "2018"
license = "Apache-2.0"
description = "Library of WeDPR shared zkp Function implement base ot."

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
curve25519-dalek = { version = "1", features = [ "serde" ] }
wedpr_l_crypto_zkp_utils = { path = "../../zkp/utils" }
wedpr_l_crypto_zkp_utils = "1.2.0"
wedpr_l_crypto_hash_sha3 = { version = "1.0.0" }
lazy_static = "1.4.0"
wedpr_l_protos = { path = "../../../protos"}
wedpr_l_protos = "1.2.0"
wedpr_l_utils = "1.1.0"
sha3 = "0.8"
rand = "0.6"
Expand Down
2 changes: 1 addition & 1 deletion crypto/vrf/curve25519/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ curve25519-dalek = { version = "1", features = [ "serde" ] }
rand = "0.6"
sha3 = "0.8.2"
wedpr_l_crypto_hash_keccak256 = "1.1.0"
wedpr_l_crypto_zkp_utils = "1.1.0"
wedpr_l_crypto_zkp_utils = "1.2.0"
wedpr_l_macros = "1.0.0"
wedpr_l_utils = "1.1.0"
4 changes: 2 additions & 2 deletions crypto/zkp/discrete_logarithm_proof/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ description = "Library of WeDPR shared zkp Function implement discrete logarithm

[dependencies]
curve25519-dalek = { version = "1", features = [ "serde" ] }
wedpr_l_crypto_zkp_utils = { path = "../utils"}
wedpr_l_crypto_zkp_utils = "1.2.0"
wedpr_l_macros = "1.0.0"
wedpr_l_protos = { path = "../../../protos"}
wedpr_l_protos = "1.2.0"
wedpr_l_utils = "1.1.0"
rand = "0.6"

Expand Down
4 changes: 2 additions & 2 deletions crypto/zkp/range_proof/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "wedpr_l_crypto_zkp_range_proof"
version = "1.1.0"
version = "1.2.0"
authors = [ "WeDPR <[email protected]>" ]
edition = "2018"
license = "Apache-2.0"
Expand All @@ -12,6 +12,6 @@ description = "Library of WeDPR shared zkp Function implement range proof."
bulletproofs = { package = "wedpr_l_bulletproofs", version = "1.0.5" }
curve25519-dalek = { version = "1", features = [ "serde" ] }
merlin = "1"
wedpr_l_crypto_zkp_utils = { path = "../utils"}
wedpr_l_crypto_zkp_utils = "1.2.0"
wedpr_l_macros = "1.0.0"
wedpr_l_utils = "1.1.0"
2 changes: 1 addition & 1 deletion crypto/zkp/utils/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "wedpr_l_crypto_zkp_utils"
version = "1.1.0"
version = "1.2.0"
authors = [ "WeDPR <[email protected]>" ]
edition = "2018"
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion protos/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "wedpr_l_protos"
version = "1.1.1"
version = "1.2.0"
authors = [ "WeDPR <[email protected]>" ]
edition = "2018"
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion third_party/fisco_bcos_java_sdk/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ description = "Library of WeDPR specific utilities for FISCO BCOS Java Sdk."
[dependencies]
curve25519-dalek = { version = "1", features = ["serde"] }
wedpr_l_utils = "1.1.0"
wedpr_l_crypto_zkp_utils = "1.1.0"
wedpr_l_crypto_zkp_utils = { path = "../../crypto/zkp/utils"}
rand = "0.6"
wedpr_l_common_coder_hex = { path = "../../common/coder/hex"}
sha3 = "0.8.2"
Expand Down

0 comments on commit 0bb4d0a

Please sign in to comment.