1
0

feat(p30): finish md4 algo

This commit is contained in:
2025-09-29 22:50:14 +08:00
parent b3ce1dfaef
commit e75379f234
2 changed files with 311 additions and 0 deletions

7
problems/p30/Cargo.toml Normal file
View File

@@ -0,0 +1,7 @@
[package]
name = "p30"
version = "0.1.0"
edition = "2024"
[dependencies]
hex = { workspace = true }