1
0
Files
cryptopal_rs/problems/p28/Cargo.toml
2025-09-02 16:43:32 +08:00

9 lines
115 B
TOML

[package]
name = "p28"
version = "0.1.0"
edition = "2024"
[dependencies]
sha1 = "0.10"
hex = { workspace = true }