feat: add crypto rsa

This commit is contained in:
2023-09-10 12:17:56 +08:00
parent 137ce42017
commit b21a9bbc1c
7 changed files with 72 additions and 7 deletions

View File

@@ -20,6 +20,7 @@ openpgp-card-pcsc = "0.3.0"
rand = "0.8.5"
reqwest = { version = "0.11.14", features = ["blocking", "rustls", "rustls-tls"] }
rpassword = "7.2.0"
rsa = "0.9.2"
rust_util = "0.6.42"
serde = { version = "1.0.152", features = ["derive"] }
serde_json = "1.0.93"