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:
10
um_crypto/qmc/Cargo.toml
Normal file
10
um_crypto/qmc/Cargo.toml
Normal file
@@ -0,0 +1,10 @@
|
||||
[package]
|
||||
name = "umc_qmc"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
base64 = "0.22.1"
|
||||
itertools = "0.13.0"
|
||||
anyhow = "1.0.86"
|
||||
thiserror = "1.0.63"
|
||||
Reference in New Issue
Block a user