Skip to content

Commit

Permalink
update ecies version
Browse files Browse the repository at this point in the history
  • Loading branch information
HaoXuan40404 committed Aug 25, 2021
1 parent 950b0c7 commit 10f314d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion crypto/ecies/secp256k1/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
2 changes: 1 addition & 1 deletion ffi/ffi_java/ffi_java_crypto/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }
Expand Down

0 comments on commit 10f314d

Please sign in to comment.