-
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
3ff4254
commit 07d8df2
Showing
19 changed files
with
78 additions
and
78 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 = "0.0.1" | ||
version = "1.0.0" | ||
authors = [ "WeDPR <[email protected]>" ] | ||
edition = "2018" | ||
license = "Apache-2.0" | ||
|
@@ -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" |
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 = "0.0.1" | ||
version = "1.0.0" | ||
authors = [ "WeDPR <[email protected]>" ] | ||
edition = "2018" | ||
license = "Apache-2.0" | ||
|
@@ -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" |
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_macros" | ||
version = "0.0.1" | ||
version = "1.0.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_utils" | ||
version = "0.0.1" | ||
version = "1.0.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_crypto_ecies_secp256k1" | ||
version = "0.0.1" | ||
version = "1.0.0" | ||
authors = [ "WeDPR <[email protected]>" ] | ||
edition = "2018" | ||
license = "Apache-2.0" | ||
|
@@ -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" |
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 = "0.0.1" | ||
version = "1.0.0" | ||
authors = [ "WeDPR <[email protected]>" ] | ||
edition = "2018" | ||
license = "Apache-2.0" | ||
|
@@ -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" |
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 = "0.0.1" | ||
version = "1.0.0" | ||
authors = [ "WeDPR <[email protected]>" ] | ||
edition = "2018" | ||
license = "Apache-2.0" | ||
|
@@ -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" |
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 = "0.0.1" | ||
version = "1.0.0" | ||
authors = [ "WeDPR <[email protected]>" ] | ||
edition = "2018" | ||
license = "Apache-2.0" | ||
|
@@ -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" |
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 = "0.0.1" | ||
version = "1.0.0" | ||
authors = [ "WeDPR <[email protected]>" ] | ||
edition = "2018" | ||
license = "Apache-2.0" | ||
|
@@ -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" |
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 = "0.0.1" | ||
version = "1.0.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 = "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" |
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 = "0.0.1" | ||
version = "1.0.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 = "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" |
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 = "0.0.1" | ||
version = "1.0.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 = "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" |
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 = "0.0.1" | ||
version = "1.0.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 = "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" |
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,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 | ||
|
||
|
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_c_crypto" | ||
version = "0.0.1" | ||
version = "1.0.0" | ||
authors = [ "WeDPR <[email protected]>" ] | ||
edition = "2018" | ||
|
||
|
@@ -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" |
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 = "0.0.1" | ||
version = "1.0.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 = "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" |
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_java_crypto" | ||
version = "0.0.1" | ||
version = "1.0.0" | ||
authors = [ "WeDPR <[email protected]>" ] | ||
edition = "2018" | ||
|
||
|
@@ -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 } | ||
|
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 = "0.0.1" | ||
version = "1.0.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 = "0.0.1" | ||
version = "1.0.0" | ||
authors = [ "WeDPR <[email protected]>" ] | ||
edition = "2018" | ||
license = "Apache-2.0" | ||
|