Skip to content
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

Implement SIMD optimization #8

Open
bobbinth opened this issue Aug 6, 2019 · 1 comment
Open

Implement SIMD optimization #8

bobbinth opened this issue Aug 6, 2019 · 1 comment
Labels
optimization This can improve performance

Comments

@bobbinth
Copy link
Contributor

bobbinth commented Aug 6, 2019

Using WebAssembly SIMD operations could potentially speed up some operations 2x. This is especially relevant to modular multiplication.

@bobbinth bobbinth added the optimization This can improve performance label Aug 6, 2019
@mratsim
Copy link

mratsim commented Aug 14, 2019

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
optimization This can improve performance
Projects
None yet
Development

No branches or pull requests

2 participants