1
0
Files
cryptopal_rs/problems/p33/Cargo.toml
2025-08-31 16:04:17 +08:00

12 lines
263 B
TOML

[package]
name = "p33"
version = "0.1.0"
edition = "2024"
[dependencies]
num-bigint = { workspace = true }
num-traits = { workspace = true }
rand = { version = "0.8" } # rand_biguint need 0.8
anyhow = { workspace = true }
once_cell = { workspace = true }