Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Add optimization module for 256-bit fields #9

Open
bobbinth opened this issue Aug 6, 2019 · 0 comments
Open

Add optimization module for 256-bit fields #9

bobbinth opened this issue Aug 6, 2019 · 0 comments
Labels
enhancement New feature or request optimization This can improve performance

Comments

@bobbinth
Copy link
Contributor

bobbinth commented Aug 6, 2019

This would be pretty tedious to do, especially without multi-return values in WASM. Also, without SIMD, performance gains would not be as great as for 128-bit fields (especially for modular multiplication/exponentiation). So, it might make sense to wait until these features mature in WASM before addressing this issue.

@bobbinth bobbinth added enhancement New feature or request optimization This can improve performance labels Aug 6, 2019
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
enhancement New feature or request optimization This can improve performance
Projects
None yet
Development

No branches or pull requests

1 participant