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

View File

@@ -1,3 +1,7 @@
[workspace]
resolver = "2"
members = ["um_crypto/*", "um_wasm"]
[profile.release.package.um_wasm]
# Tell `rustc` to optimize for small code size.
opt-level = "s"