feat: add kgm v5 (kgg) support.

This commit is contained in:
鲁树人
2025-02-24 20:41:17 +09:00
parent 02f0bb9a93
commit 54deabe74f
14 changed files with 202 additions and 30 deletions

View File

@@ -7,6 +7,7 @@ edition = "2021"
byteorder = "1.5.0"
thiserror = "2.0.7"
umc_utils = { path = "../utils" }
umc_qmc = { path = "../qmc" }
aes = "0.8.4"
cbc = "0.1.2"
block-padding = "0.3.3"