-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
97c0263
commit e0e146d
Showing
27 changed files
with
70 additions
and
70 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "wedpr_l_common_coder_base64" | ||
version = "1.0.0" | ||
version = "1.1.0" | ||
authors = [ "WeDPR <[email protected]>" ] | ||
edition = "2018" | ||
license = "Apache-2.0" | ||
|
@@ -11,4 +11,4 @@ description = "Library of WeDPR base64." | |
[dependencies] | ||
base64 = "0.13.0" | ||
wedpr_l_macros = "1.0.0" | ||
wedpr_l_utils = { path = "../../../common/utils/" } | ||
wedpr_l_utils = "1.1.0" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "wedpr_l_common_coder_hex" | ||
version = "1.0.0" | ||
version = "1.1.0" | ||
authors = [ "WeDPR <[email protected]>" ] | ||
edition = "2018" | ||
license = "Apache-2.0" | ||
|
@@ -11,4 +11,4 @@ description = "Library of WeDPR hex." | |
[dependencies] | ||
hex = "0.4.2" | ||
wedpr_l_macros = "1.0.0" | ||
wedpr_l_utils = { path = "../../../common/utils/" } | ||
wedpr_l_utils = "1.1.0" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "wedpr_l_utils" | ||
version = "1.0.0" | ||
version = "1.1.0" | ||
authors = [ "WeDPR <[email protected]>" ] | ||
edition = "2018" | ||
license = "Apache-2.0" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "wedpr_l_crypto_ecies_secp256k1" | ||
version = "1.0.0" | ||
version = "1.1.0" | ||
authors = [ "WeDPR <[email protected]>" ] | ||
edition = "2018" | ||
license = "Apache-2.0" | ||
|
@@ -11,4 +11,4 @@ description = "Library of WeDPR shared ecies." | |
[dependencies] | ||
ecies = "0.1.4" | ||
wedpr_l_macros = "1.0.0" | ||
wedpr_l_utils = { path = "../../../common/utils" } | ||
wedpr_l_utils = "1.1.0" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "wedpr_l_crypto_hash_keccak256" | ||
version = "1.0.0" | ||
version = "1.1.0" | ||
authors = [ "WeDPR <[email protected]>" ] | ||
edition = "2018" | ||
license = "Apache-2.0" | ||
|
@@ -11,4 +11,4 @@ description = "Library of WeDPR shared Hash Function implement by keccak256." | |
[dependencies] | ||
sha3 = "0.8" | ||
wedpr_l_macros = "1.0.0" | ||
wedpr_l_utils = { path = "../../../common/utils" } | ||
wedpr_l_utils = "1.1.0" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "wedpr_l_crypto_hash_sm3" | ||
version = "1.0.0" | ||
version = "1.1.0" | ||
authors = [ "WeDPR <[email protected]>" ] | ||
edition = "2018" | ||
license = "Apache-2.0" | ||
|
@@ -11,4 +11,4 @@ description = "Library of WeDPR shared Hash Function implement by sm3." | |
[dependencies] | ||
wedpr_l_libsm = "0.3.1" | ||
wedpr_l_macros = "1.0.0" | ||
wedpr_l_utils = { path = "../../../common/utils" } | ||
wedpr_l_utils = "1.1.0" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "wedpr_l_crypto_signature_ed25519" | ||
version = "1.0.1" | ||
version = "1.1.0" | ||
authors = [ "WeDPR <[email protected]>" ] | ||
edition = "2018" | ||
license = "Apache-2.0" | ||
|
@@ -14,4 +14,4 @@ lazy_static = "1.4.0" | |
rand = "0.7" | ||
|
||
wedpr_l_macros = "1.0.0" | ||
wedpr_l_utils = { path = "../../../common/utils" } | ||
wedpr_l_utils = "1.1.0" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "wedpr_l_crypto_signature_secp256k1" | ||
version = "1.0.1" | ||
version = "1.1.0" | ||
authors = [ "WeDPR <[email protected]>" ] | ||
edition = "2018" | ||
license = "Apache-2.0" | ||
|
@@ -13,4 +13,4 @@ lazy_static = "1.4.0" | |
rand = "0.6" | ||
secp256k1 = { version = "0.19.0", features = [ "recovery", "rand" ] } | ||
wedpr_l_macros = "1.0.0" | ||
wedpr_l_utils = { path = "../../../common/utils" } | ||
wedpr_l_utils = "1.1.0" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "wedpr_l_crypto_signature_sm2" | ||
version = "1.0.1" | ||
version = "1.1.0" | ||
authors = [ "WeDPR <[email protected]>" ] | ||
edition = "2018" | ||
license = "Apache-2.0" | ||
|
@@ -10,6 +10,6 @@ description = "Library of WeDPR shared Siganture Function implement by sm2." | |
|
||
[dependencies] | ||
lazy_static = "1.4.0" | ||
wedpr_l_libsm = { git = "https://github.com.cnpmjs.org/WeDPR-Team/libsm" } | ||
wedpr_l_libsm = "0.3.2" | ||
wedpr_l_macros = "1.0.0" | ||
wedpr_l_utils = { path = "../../../common/utils" } | ||
wedpr_l_utils = "1.1.0" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "wedpr_l_crypto_vrf_curve25519" | ||
version = "1.0.0" | ||
version = "1.1.0" | ||
authors = [ "WeDPR <[email protected]>" ] | ||
edition = "2018" | ||
license = "Apache-2.0" | ||
|
@@ -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 = { path = "../../hash/keccak256" } | ||
wedpr_l_crypto_zkp_utils = { path = "../../zkp/utils" } | ||
wedpr_l_crypto_hash_keccak256 = "1.1.0" | ||
wedpr_l_crypto_zkp_utils = "1.1.0" | ||
wedpr_l_macros = "1.0.0" | ||
wedpr_l_utils = { path = "../../../common/utils" } | ||
wedpr_l_utils = "1.1.0" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "wedpr_l_crypto_zkp_discrete_logarithm_proof" | ||
version = "1.0.0" | ||
version = "1.1.0" | ||
authors = [ "WeDPR <[email protected]>" ] | ||
edition = "2018" | ||
license = "Apache-2.0" | ||
|
@@ -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 = { path = "../utils" } | ||
wedpr_l_crypto_zkp_utils = "1.1.0" | ||
wedpr_l_macros = "1.0.0" | ||
wedpr_l_protos = { path = "../../../protos" } | ||
wedpr_l_utils = { path = "../../../common/utils" } | ||
wedpr_l_protos = "1.1.0" | ||
wedpr_l_utils = "1.1.0" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "wedpr_l_crypto_zkp_range_proof" | ||
version = "1.0.0" | ||
version = "1.1.0" | ||
authors = [ "WeDPR <[email protected]>" ] | ||
edition = "2018" | ||
license = "Apache-2.0" | ||
|
@@ -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 = "1.0.0" | ||
wedpr_l_crypto_zkp_utils = "1.1.0" | ||
wedpr_l_macros = "1.0.0" | ||
wedpr_l_utils = { path = "../../../common/utils" } | ||
wedpr_l_utils = "1.1.0" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "wedpr_l_crypto_zkp_utils" | ||
version = "1.0.0" | ||
version = "1.1.0" | ||
authors = [ "WeDPR <[email protected]>" ] | ||
edition = "2018" | ||
license = "Apache-2.0" | ||
|
@@ -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 = { path = "../../hash/keccak256" } | ||
wedpr_l_crypto_hash_keccak256 = "1.1.0" | ||
wedpr_l_macros = "1.0.0" | ||
wedpr_l_utils = { path = "../../../common/utils" } | ||
wedpr_l_utils = "1.1.0" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "wedpr_ffi_common" | ||
version = "1.0.0" | ||
version = "1.1.0" | ||
authors = [ "WeDPR <[email protected]>" ] | ||
edition = "2018" | ||
license = "Apache-2.0" | ||
|
@@ -18,8 +18,8 @@ jni = "0.13.0" | |
lazy_static = "1.4.0" | ||
|
||
libc = "0.2.60" | ||
wedpr_ffi_macros = { git = "https://github.com.cnpmjs.org/WeBankBlockchain/WeDPR-Lab-Crypto.git", branch = "v1.1.0" } | ||
wedpr_l_common_coder_base64 = { path = "../../common/coder/base64", optional = true } | ||
wedpr_l_common_coder_hex = { path = "../../common/coder/hex", optional = true } | ||
wedpr_ffi_macros = "1.1.0" | ||
wedpr_l_common_coder_base64 = { version = "1.1.0", optional = true } | ||
wedpr_l_common_coder_hex = { version = "1.1.0", optional = true } | ||
wedpr_l_macros = "1.0.0" | ||
wedpr_l_utils = { path = "../../common/utils" } | ||
wedpr_l_utils = "1.1.0" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "wedpr_ffi_macros" | ||
version = "1.0.0" | ||
version = "1.1.0" | ||
authors = [ "WeDPR <[email protected]>" ] | ||
edition = "2018" | ||
license = "Apache-2.0" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "wedpr_l_protos" | ||
version = "1.0.0" | ||
version = "1.1.0" | ||
authors = [ "WeDPR <[email protected]>" ] | ||
edition = "2018" | ||
license = "Apache-2.0" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters