bnb-chain / tss-lib

Threshold Signature Scheme, for ECDSA and EDDSA
MIT License
790 stars 271 forks source link

[wasm] Poor performance when running KeyGen in the browser #297

Open huantt opened 3 months ago

huantt commented 3 months ago

I built code to WebAssembly (wasm) to run in the browser, but the performance is very bad. All attempts have failed due to timeouts.

It looks like we have a wasm branch, but the code in this branch is out-of-date.

Does anyone have a solution or improvement for this issue?

huantt commented 3 months ago

I'm using ecdsa and following this sample

https://github.com/IBM/TSS/tree/main/mpc/binance/ecdsa