mirror of
https://git.um-react.app/um/lib_um_crypto_rust.git
synced 2026-03-08 04:29:54 +00:00
feat: implement qmc1 & qmc2
This commit is contained in:
11
Cargo.lock
generated
11
Cargo.lock
generated
@@ -168,6 +168,7 @@ dependencies = [
|
||||
"anyhow",
|
||||
"console_error_panic_hook",
|
||||
"umc_kuwo",
|
||||
"umc_qmc",
|
||||
"wasm-bindgen",
|
||||
"wasm-bindgen-test",
|
||||
]
|
||||
@@ -182,6 +183,16 @@ dependencies = [
|
||||
"thiserror",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "umc_qmc"
|
||||
version = "0.1.0"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"base64",
|
||||
"itertools",
|
||||
"thiserror",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "unicode-ident"
|
||||
version = "1.0.12"
|
||||
|
||||
Reference in New Issue
Block a user