可选数据指纹校验、支持ecb算法

This commit is contained in:
lubeilin
2023-09-01 23:36:04 +08:00
parent 96fb8c881d
commit eec7d73ebe
21 changed files with 441 additions and 173 deletions
+2 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "vnt"
version = "1.2.1"
version = "1.2.2"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
@@ -24,6 +24,7 @@ tokio = { version = "1.28.1", features = ["full"] }
aes-gcm = {version="0.10.2", optional = true}
ring = {version="0.16.20", optional = true}
cbc = "0.1.2"
ecb = "0.1.2"
aes = "0.8.3"
stun-format = {version="1.0.1",features=["fmt","rfc3489"]}
rsa = {version="0.7.2", features = [] }