diff --git a/crypto/ecies/secp256k1/Cargo.toml b/crypto/ecies/secp256k1/Cargo.toml index d583f0e..858692e 100644 --- a/crypto/ecies/secp256k1/Cargo.toml +++ b/crypto/ecies/secp256k1/Cargo.toml @@ -9,6 +9,6 @@ description = "Library of WeDPR shared ecies." # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -ecies = "0.1.4" +ecies = { package = "wedpr_ecies", version = "0.2.1" } wedpr_l_macros = "1.0.0" wedpr_l_utils = "1.1.0" diff --git a/ffi/ffi_java/ffi_java_crypto/Cargo.toml b/ffi/ffi_java/ffi_java_crypto/Cargo.toml index 412998e..9d4d842 100644 --- a/ffi/ffi_java/ffi_java_crypto/Cargo.toml +++ b/ffi/ffi_java/ffi_java_crypto/Cargo.toml @@ -35,7 +35,7 @@ wedpr_ffi_macros = "1.1.0" wedpr_l_crypto_block_cipher_aes = { version = "1.0.0", optional = true } wedpr_l_crypto_block_cipher_sm4 = { version = "1.0.0", optional = true } -wedpr_l_crypto_ecies_secp256k1 = { version = "1.1.0", optional = true } +wedpr_l_crypto_ecies_secp256k1 = { path = "../../../crypto/ecies/secp256k1", optional = true } wedpr_l_crypto_hash_blake2b = { version = "1.0.0", optional = true } wedpr_l_crypto_hash_keccak256 = { version = "1.1.0", optional = true } wedpr_l_crypto_hash_ripemd160 = { version = "1.0.0", optional = true }