Skip to content

Commit

Permalink
update version to 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
HaoXuan40404 committed Feb 2, 2021
1 parent 3ff4254 commit 07d8df2
Show file tree
Hide file tree
Showing 19 changed files with 78 additions and 78 deletions.
6 changes: 3 additions & 3 deletions common/coder/base64/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "wedpr_l_common_coder_base64"
version = "0.0.1"
version = "1.0.0"
authors = [ "WeDPR <[email protected]>" ]
edition = "2018"
license = "Apache-2.0"
Expand All @@ -10,5 +10,5 @@ description = "Library of WeDPR base64."

[dependencies]
base64 = "0.13.0"
wedpr_l_macros = "0.0.1"
wedpr_l_utils = "0.0.1"
wedpr_l_macros = "1.0.0"
wedpr_l_utils = "1.0.0"
6 changes: 3 additions & 3 deletions common/coder/hex/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "wedpr_l_common_coder_hex"
version = "0.0.1"
version = "1.0.0"
authors = [ "WeDPR <[email protected]>" ]
edition = "2018"
license = "Apache-2.0"
Expand All @@ -10,5 +10,5 @@ description = "Library of WeDPR hex."

[dependencies]
hex = "0.4.2"
wedpr_l_macros = "0.0.1"
wedpr_l_utils = "0.0.1"
wedpr_l_macros = "1.0.0"
wedpr_l_utils = "1.0.0"
2 changes: 1 addition & 1 deletion common/macros/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "wedpr_l_macros"
version = "0.0.1"
version = "1.0.0"
authors = [ "WeDPR <[email protected]>" ]
edition = "2018"
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion common/utils/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "wedpr_l_utils"
version = "0.0.1"
version = "1.0.0"
authors = [ "WeDPR <[email protected]>" ]
edition = "2018"
license = "Apache-2.0"
Expand Down
6 changes: 3 additions & 3 deletions crypto/ecies/secp256k1/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "wedpr_l_crypto_ecies_secp256k1"
version = "0.0.1"
version = "1.0.0"
authors = [ "WeDPR <[email protected]>" ]
edition = "2018"
license = "Apache-2.0"
Expand All @@ -10,5 +10,5 @@ description = "Library of WeDPR shared ecies."

[dependencies]
ecies = "0.1.4"
wedpr_l_macros = "0.0.1"
wedpr_l_utils = "0.0.1"
wedpr_l_macros = "1.0.0"
wedpr_l_utils = "1.0.0"
6 changes: 3 additions & 3 deletions crypto/hash/keccak256/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "wedpr_l_crypto_hash_keccak256"
version = "0.0.1"
version = "1.0.0"
authors = [ "WeDPR <[email protected]>" ]
edition = "2018"
license = "Apache-2.0"
Expand All @@ -10,5 +10,5 @@ description = "Library of WeDPR shared Hash Function implement by keccak256."

[dependencies]
sha3 = "0.8"
wedpr_l_macros = "0.0.1"
wedpr_l_utils = "0.0.1"
wedpr_l_macros = "1.0.0"
wedpr_l_utils = "1.0.0"
6 changes: 3 additions & 3 deletions crypto/hash/sm3/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "wedpr_l_crypto_hash_sm3"
version = "0.0.1"
version = "1.0.0"
authors = [ "WeDPR <[email protected]>" ]
edition = "2018"
license = "Apache-2.0"
Expand All @@ -10,5 +10,5 @@ description = "Library of WeDPR shared Hash Function implement by sm3."

[dependencies]
wedpr_l_libsm = "0.3.0"
wedpr_l_macros = "0.0.1"
wedpr_l_utils = "0.0.1"
wedpr_l_macros = "1.0.0"
wedpr_l_utils = "1.0.0"
6 changes: 3 additions & 3 deletions crypto/signature/secp256k1/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "wedpr_l_crypto_signature_secp256k1"
version = "0.0.1"
version = "1.0.0"
authors = [ "WeDPR <[email protected]>" ]
edition = "2018"
license = "Apache-2.0"
Expand All @@ -12,5 +12,5 @@ description = "Library of WeDPR shared Siganture Function implement by secp256k1
lazy_static = "1.4.0"
rand = "0.6"
secp256k1 = { version = "0.19.0", features = [ "recovery", "rand" ] }
wedpr_l_macros = "0.0.1"
wedpr_l_utils = "0.0.1"
wedpr_l_macros = "1.0.0"
wedpr_l_utils = "1.0.0"
6 changes: 3 additions & 3 deletions crypto/signature/sm2/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "wedpr_l_crypto_signature_sm2"
version = "0.0.1"
version = "1.0.0"
authors = [ "WeDPR <[email protected]>" ]
edition = "2018"
license = "Apache-2.0"
Expand All @@ -11,5 +11,5 @@ description = "Library of WeDPR shared Siganture Function implement by sm2."
[dependencies]
lazy_static = "1.4.0"
wedpr_l_libsm = "0.3.1"
wedpr_l_macros = "0.0.1"
wedpr_l_utils = "0.0.1"
wedpr_l_macros = "1.0.0"
wedpr_l_utils = "1.0.0"
10 changes: 5 additions & 5 deletions crypto/vrf/curve25519/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "wedpr_l_crypto_vrf_curve25519"
version = "0.0.1"
version = "1.0.0"
authors = [ "WeDPR <[email protected]>" ]
edition = "2018"
license = "Apache-2.0"
Expand All @@ -12,7 +12,7 @@ description = "Library of WeDPR shared VRF Function implement by curve25519."
curve25519-dalek = { version = "1", features = [ "serde" ] }
rand = "0.6"
sha3 = "0.8.2"
wedpr_l_crypto_hash_keccak256 = "0.0.1"
wedpr_l_crypto_zkp_utils = "0.0.1"
wedpr_l_macros = "0.0.1"
wedpr_l_utils = "0.0.1"
wedpr_l_crypto_hash_keccak256 = "1.0.0"
wedpr_l_crypto_zkp_utils = "1.0.0"
wedpr_l_macros = "1.0.0"
wedpr_l_utils = "1.0.0"
10 changes: 5 additions & 5 deletions crypto/zkp/discrete_logarithm_proof/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "wedpr_l_crypto_zkp_discrete_logarithm_proof"
version = "0.0.1"
version = "1.0.0"
authors = [ "WeDPR <[email protected]>" ]
edition = "2018"
license = "Apache-2.0"
Expand All @@ -10,7 +10,7 @@ description = "Library of WeDPR shared zkp Function implement discrete logarithm

[dependencies]
curve25519-dalek = { version = "1", features = [ "serde" ] }
wedpr_l_crypto_zkp_utils = "0.0.1"
wedpr_l_macros = "0.0.1"
wedpr_l_protos = "0.0.1"
wedpr_l_utils = "0.0.1"
wedpr_l_crypto_zkp_utils = "1.0.0"
wedpr_l_macros = "1.0.0"
wedpr_l_protos = "1.0.0"
wedpr_l_utils = "1.0.0"
8 changes: 4 additions & 4 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 = "0.0.1"
version = "1.0.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 = "1.0.4"
curve25519-dalek = { version = "1", features = [ "serde" ] }
merlin = "1"
wedpr_l_crypto_zkp_utils = "0.0.1"
wedpr_l_macros = "0.0.1"
wedpr_l_utils = "0.0.1"
wedpr_l_crypto_zkp_utils = "1.0.0"
wedpr_l_macros = "1.0.0"
wedpr_l_utils = "1.0.0"
8 changes: 4 additions & 4 deletions 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 = "0.0.1"
version = "1.0.0"
authors = [ "WeDPR <[email protected]>" ]
edition = "2018"
license = "Apache-2.0"
Expand All @@ -13,6 +13,6 @@ curve25519-dalek = { version = "1", features = [ "serde" ] }
lazy_static = "1.4.0"
rand = "0.6"
sha3 = "0.8.0"
wedpr_l_crypto_hash_keccak256 = "0.0.1"
wedpr_l_macros = "0.0.1"
wedpr_l_utils = "0.0.1"
wedpr_l_crypto_hash_keccak256 = "1.0.0"
wedpr_l_macros = "1.0.0"
wedpr_l_utils = "1.0.0"
4 changes: 3 additions & 1 deletion ffi/ffi_c/ffi_c_common/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
[package]
name = "wedpr_ffi_c_common"
version = "0.0.1"
version = "1.0.0"
authors = [ "WeDPR <[email protected]>" ]
edition = "2018"
license = "Apache-2.0"
description = "Library of WeDPR ffi c shared common utils."

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

Expand Down
29 changes: 14 additions & 15 deletions ffi/ffi_c/ffi_c_crypto/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "wedpr_ffi_c_crypto"
version = "0.0.1"
version = "1.0.0"
authors = [ "WeDPR <[email protected]>" ]
edition = "2018"

Expand All @@ -24,20 +24,19 @@ crate-type = [ "cdylib", "staticlib" ]
lazy_static = "1.4.0"
libc = "0.2.60"
protobuf = "2.20.0"
wedpr_ffi_c_common = { path = "../ffi_c_common/" }
wedpr_ffi_common_base64 = { package = "wedpr_ffi_common", version = "0.0.1", features = [ "wedpr_f_base64" ], default-features = false, optional = true }
wedpr_ffi_common_hex = { package = "wedpr_ffi_common", version = "0.0.1", features = [ "wedpr_f_hex" ], default-features = false, optional = true }
wedpr_ffi_macros = "0.0.1"
wedpr_l_crypto_vrf_curve25519 = { version = "0.0.1", optional = true }
wedpr_l_crypto_ecies_secp256k1 = { version = "0.0.1", optional = true }
wedpr_l_crypto_hash_keccak256 = { version = "0.0.1", optional = true }
wedpr_l_crypto_hash_sm3 = { version = "0.0.1", optional = true }
#wedpr_l_crypto_signature_secp256k1 = { version = "0.0.1", optional = true }
wedpr_l_crypto_signature_secp256k1 = { path = "../../../crypto/signature/secp256k1", optional = true }
wedpr_l_crypto_signature_sm2 = { path = "../../../crypto/signature/sm2", optional = true }
wedpr_l_protos = "0.0.1"
wedpr_l_macros = "0.0.1"
wedpr_l_utils = "0.0.1"
wedpr_ffi_c_common = "1.0.0"
wedpr_ffi_common_base64 = { package = "wedpr_ffi_common", version = "1.0.0", features = [ "wedpr_f_base64" ], default-features = false, optional = true }
wedpr_ffi_common_hex = { package = "wedpr_ffi_common", version = "1.0.0", features = [ "wedpr_f_hex" ], default-features = false, optional = true }
wedpr_ffi_macros = "1.0.0"
wedpr_l_crypto_vrf_curve25519 = { version = "1.0.0", optional = true }
wedpr_l_crypto_ecies_secp256k1 = { version = "1.0.0", optional = true }
wedpr_l_crypto_hash_keccak256 = { version = "1.0.0", optional = true }
wedpr_l_crypto_hash_sm3 = { version = "1.0.0", optional = true }
wedpr_l_crypto_signature_secp256k1 = { version = "1.0.0", optional = true }
wedpr_l_crypto_signature_sm2 = { version = "1.0.0", optional = true }
wedpr_l_protos = "1.0.0"
wedpr_l_macros = "1.0.0"
wedpr_l_utils = "1.0.0"
# This is required to generate C/C++ header files.
[build-dependencies]
cbindgen = "0.9.0"
12 changes: 6 additions & 6 deletions ffi/ffi_common/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "wedpr_ffi_common"
version = "0.0.1"
version = "1.0.0"
authors = [ "WeDPR <[email protected]>" ]
edition = "2018"
license = "Apache-2.0"
Expand All @@ -18,8 +18,8 @@ jni = "0.13.0"
lazy_static = "1.4.0"

libc = "0.2.60"
wedpr_ffi_macros = "0.0.1"
wedpr_l_common_coder_base64 = { version = "0.0.1", optional = true }
wedpr_l_common_coder_hex = { version = "0.0.1", optional = true }
wedpr_l_macros = "0.0.1"
wedpr_l_utils = "0.0.1"
wedpr_ffi_macros = "1.0.0"
wedpr_l_common_coder_base64 = { version = "1.0.0", optional = true }
wedpr_l_common_coder_hex = { version = "1.0.0", optional = true }
wedpr_l_macros = "1.0.0"
wedpr_l_utils = "1.0.0"
25 changes: 12 additions & 13 deletions ffi/ffi_java/ffi_java_crypto/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "wedpr_ffi_java_crypto"
version = "0.0.1"
version = "1.0.0"
authors = [ "WeDPR <[email protected]>" ]
edition = "2018"

Expand All @@ -23,18 +23,17 @@ crate-type = [ "cdylib", "staticlib" ]
[dependencies]
jni = "0.13.0"
lazy_static = "1.4.0"
wedpr_ffi_common_base64 = { package = "wedpr_ffi_common", version = "0.0.1", features = [ "wedpr_f_base64" ], default-features = false, optional = true }
wedpr_ffi_common_hex = { package = "wedpr_ffi_common", version = "0.0.1", features = [ "wedpr_f_hex" ], default-features = false, optional = true }
wedpr_ffi_macros = "0.0.1"
wedpr_l_crypto_vrf_curve25519 = { version = "0.0.1", optional = true }
wedpr_l_crypto_ecies_secp256k1 = { version = "0.0.1", optional = true }
wedpr_l_crypto_hash_keccak256 = { version = "0.0.1", optional = true }
wedpr_l_crypto_hash_sm3 = { version = "0.0.1", optional = true }
wedpr_l_crypto_signature_secp256k1 = { path = "../../../crypto/signature/secp256k1", optional = true }
#wedpr_l_crypto_signature_secp256k1 = { version = "0.0.1", optional = true }
wedpr_l_crypto_signature_sm2 = {path = "../../../crypto/signature/sm2", optional = true }
wedpr_l_macros = "0.0.1"
wedpr_l_utils = "0.0.1"
wedpr_ffi_common_base64 = { package = "wedpr_ffi_common", version = "1.0.0", features = [ "wedpr_f_base64" ], default-features = false, optional = true }
wedpr_ffi_common_hex = { package = "wedpr_ffi_common", version = "1.0.0", features = [ "wedpr_f_hex" ], default-features = false, optional = true }
wedpr_ffi_macros = "1.0.0"
wedpr_l_crypto_vrf_curve25519 = { version = "1.0.0", optional = true }
wedpr_l_crypto_ecies_secp256k1 = { version = "1.0.0", optional = true }
wedpr_l_crypto_hash_keccak256 = { version = "1.0.0", optional = true }
wedpr_l_crypto_hash_sm3 = { version = "1.0.0", optional = true }
wedpr_l_crypto_signature_secp256k1 = { version = "1.0.0", optional = true }
wedpr_l_crypto_signature_sm2 = { version = "1.0.0", optional = true }
wedpr_l_macros = "1.0.0"
wedpr_l_utils = "1.0.0"

[target.'cfg(target_os = "android")'.dependencies]
jni = { version = "0.13.1", default-features = false }
Expand Down
2 changes: 1 addition & 1 deletion ffi/ffi_macros/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "wedpr_ffi_macros"
version = "0.0.1"
version = "1.0.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 = "0.0.1"
version = "1.0.0"
authors = [ "WeDPR <[email protected]>" ]
edition = "2018"
license = "Apache-2.0"
Expand Down

0 comments on commit 07d8df2

Please sign in to comment.