[mg3d] feat #3: implement migu 3d decipher with improved key guessing

This commit is contained in:
鲁树人
2024-09-20 23:11:51 +01:00
parent cf320a5669
commit 0da553c4dd
13 changed files with 316 additions and 16 deletions

View File

@@ -0,0 +1,9 @@
[package]
name = "umc_mg3d"
version = "0.1.0"
edition = "2021"
[dependencies]
hex = "0.4.3"
thiserror = "1.0.63"
umc_utils = { path = "../utils" }