feat(rsa):基本完成RSA系列加密算法和签名算法的函数。

This commit is contained in:
徐涛
2023-07-03 15:45:14 +08:00
parent 551209d4f1
commit 9a913b4bf4
4 changed files with 346 additions and 5 deletions

View File

@@ -21,6 +21,8 @@ hmac-sha512 = "1.1.5"
image = "0.24.6"
md-5 = "0.10.5"
rand = "0.8.5"
rsa = { version = "0.9.2", features = ["sha2"] }
sha1 = "0.10.5"
sha2 = "0.10.7"
thiserror = "1.0.40"
uuid = { version = "1.4.0", features = ["v4", "fast-rng"] }