feat: implement qmc1 & qmc2

This commit is contained in:
鲁树人
2024-09-04 01:12:20 +01:00
parent f78def74a6
commit 6f9ed3d9cb
13 changed files with 274 additions and 4 deletions

10
um_crypto/qmc/Cargo.toml Normal file
View 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"