Files
lib_um_crypto_rust/um_crypto/kgm/Cargo.toml
2025-02-24 20:41:21 +09:00

14 lines
234 B
TOML

[package]
name = "umc_kgm"
version = "0.1.3"
edition = "2021"
[dependencies]
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"