Skip to content

Commit

Permalink
fix crypto-mac missing (#73)
Browse files Browse the repository at this point in the history
  • Loading branch information
HaoXuan40404 authored Aug 26, 2021
1 parent fc6033b commit 706a88f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ repository = "https://github.com/ecies/rs"

[dependencies]
hkdf = "0.11.0"
libsecp256k1 = "0.3.5"
secp256k1 = { package = "libsecp256k1", version = "0.6" }
sha2 = "0.9.2"

# openssl aes
Expand Down

0 comments on commit 706a88f

Please sign in to comment.