mirror of
https://git.um-react.app/um/lib_um_crypto_rust.git
synced 2026-03-08 04:29:54 +00:00
[joox] feat #1: add joox decipher implementation
This commit is contained in:
15
um_crypto/joox/Cargo.toml
Normal file
15
um_crypto/joox/Cargo.toml
Normal file
@@ -0,0 +1,15 @@
|
||||
[package]
|
||||
name = "umc_joox"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
aes = "0.8.4"
|
||||
byteorder = "1.5.0"
|
||||
cipher = "0.4.4"
|
||||
hmac = "0.12.1"
|
||||
pbkdf2 = "0.12.2"
|
||||
sha1 = "0.10.5"
|
||||
thiserror = "1.0.63"
|
||||
umc_qmc = { path = "../qmc" }
|
||||
umc_utils = { path = "../utils" }
|
||||
Reference in New Issue
Block a user