[kgm] feat #2: basic kgm support

This commit is contained in:
鲁树人
2024-09-15 22:15:02 +01:00
parent 2222e7bc50
commit 7b4464bacd
16 changed files with 273 additions and 3 deletions

10
um_crypto/kgm/Cargo.toml Normal file
View File

@@ -0,0 +1,10 @@
[package]
name = "umc_kgm"
version = "0.1.0"
edition = "2021"
[dependencies]
byteorder = "1.5.0"
itertools = "0.13.0"
thiserror = "1.0.63"
umc_utils = { path = "../utils" }