We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Using WebAssembly SIMD operations could potentially speed up some operations 2x. This is especially relevant to modular multiplication.
The text was updated successfully, but these errors were encountered:
Please report the optimization results here WebAssembly/simd#81.
Currently there is a plan to remove I64 SIMD which would probably be a heavy blow for cryptography in WASM.
Sorry, something went wrong.
No branches or pull requests
Using WebAssembly SIMD operations could potentially speed up some operations 2x. This is especially relevant to modular multiplication.
The text was updated successfully, but these errors were encountered: