feat: ecdh

This commit is contained in:
2023-09-14 01:09:15 +08:00
parent 755ad1661b
commit 6f69e283a1
3 changed files with 56 additions and 1 deletions

View File

@@ -17,6 +17,7 @@ flate2 = "1.0.27"
hex = "0.4.3"
openpgp-card = "0.3.7"
openpgp-card-pcsc = "0.3.0"
p256 = { version = "0.13.2", features = ["pem", "ecdh"] }
rand = "0.8.5"
reqwest = { version = "0.11.14", features = ["blocking", "rustls", "rustls-tls"] }
rpassword = "7.2.0"