[xmly] feat #5: implement xmly decipher

This commit is contained in:
鲁树人
2024-09-18 01:23:48 +01:00
parent 2556d04120
commit 4deb777996
16 changed files with 471 additions and 0 deletions

14
um_crypto/xmly/Cargo.toml Normal file
View File

@@ -0,0 +1,14 @@
[package]
name = "umc_xmly"
version = "0.1.0"
edition = "2021"
[dependencies]
aes = "0.8.4"
byteorder = "1.5.0"
cbc = "0.1.2"
cipher = "0.4.4"
hex = "0.4.3"
lazy_static = "1.5.0"
thiserror = "1.0.63"
umc_utils = { path = "../utils" }