refactor: 统一workspace依赖管理和完成p12 ECB字节逐步解密
- 在根Cargo.toml中添加workspace.dependencies统一管理版本 - 所有问题crate改用workspace依赖声明 - 为p12添加依赖并实现ECB字节逐步解密攻击 - 添加cryptopal_book/.gitignore忽略构建产物
This commit is contained in:
@@ -5,3 +5,9 @@ edition = "2024"
|
||||
|
||||
[workspace]
|
||||
members = ["problems/*", "common"]
|
||||
|
||||
[workspace.dependencies]
|
||||
hex = "0.4.3"
|
||||
base64 = "0.22.1"
|
||||
anyhow = "1.0.98"
|
||||
rand = "0.9.2"
|
||||
|
||||
Reference in New Issue
Block a user