mirror of
https://git.um-react.app/um/lib_um_crypto_rust.git
synced 2026-03-07 20:19:51 +00:00
[mg3d] feat #3: implement migu 3d decipher with improved key guessing
This commit is contained in:
9
um_crypto/mg3d/Cargo.toml
Normal file
9
um_crypto/mg3d/Cargo.toml
Normal 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" }
|
||||
Reference in New Issue
Block a user