[wasm/kgm] feat #2: add kgm glue

This commit is contained in:
鲁树人
2024-09-16 21:28:07 +01:00
parent 75ebe1e631
commit adabbbd27e
4 changed files with 40 additions and 0 deletions

View File

@@ -23,6 +23,7 @@ getrandom = { version = "0.2", features = ["js"] }
# all the `std::fmt` and `std::panicking` infrastructure, so isn't great for
# code size when deploying.
console_error_panic_hook = { version = "0.1.7", optional = true }
umc_kgm = { path = "../um_crypto/kgm" }
umc_kuwo = { path = "../um_crypto/kuwo" }
umc_ncm = { path = "../um_crypto/ncm" }
umc_qmc = { path = "../um_crypto/qmc" }