-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
secp256k1 no_std/wasm friendly #4
Comments
seems the crate we currently use is |
also found origin of the pure rust alternative, though it's not on github |
All tests passing including last one |
I lost you:
The above is probably a list of stupid questions: If I understand you correctly: #6 is wasm compatible. We want to merge it and start a branch for no_std version? Am I understand you correctly ? |
Hi)
At the moment I tend to find more benefits from pure rust crate in this PR - main concern was the performance, now we know is ok in release, and result compiled file size is a lot smaller. Current rust-secp256k1 C lib is ~500kb almost uncompressable. Pure Rust libsecp256k1 is smaller. |
…ench Dev/vhnat/wasm draft with bench
Seems C library from Rust compiled to WASM is not quite impossible but maybe a better idea to replace with some pure Rust implementation alternative like libsecp256k1-rs
The text was updated successfully, but these errors were encountered: