feat: 实现多个挑战并改进测试
- 重写p1实现纯Rust的hex到base64转换 - 完成p13 ECB剪切粘贴攻击和破解脚本 - 实现p33 Diffie-Hellman密钥交换算法 - 修复p9的PKCS#7测试用例 - 在common库添加gen_random_key和pkcs7_unpadding函数 - 更新workspace依赖管理
This commit is contained in:
@@ -10,4 +10,7 @@ members = ["problems/*", "common"]
|
||||
hex = "0.4.3"
|
||||
base64 = "0.22.1"
|
||||
anyhow = "1.0.98"
|
||||
rand = "0.9.2"
|
||||
rand = "0.8"
|
||||
num-bigint = { version = "0.4", features = ["rand"] }
|
||||
num-traits = "0.2"
|
||||
once_cell = "1.21"
|
||||
|
||||
Reference in New Issue
Block a user