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

improve NASM binding #11

Closed
herumi opened this issue Sep 14, 2017 · 2 comments
Closed

improve NASM binding #11

herumi opened this issue Sep 14, 2017 · 2 comments

Comments

@herumi
Copy link
Owner

herumi commented Sep 14, 2017

  • hashAndMapToG1 is very slow, it should be at least 10 times faster.
  • implement portable SHA-2 instead of SHA-1.
  • try to import evm2wasm for 256-bit arithmetic operations.
  • try to use clang wasm backend.
@herumi
Copy link
Owner Author

herumi commented Sep 19, 2017

hashAndMapToG1 is very slow, it should be at least 10 times faster.

Fixed at SquareRoot use Fp::pow if possible

@herumi
Copy link
Owner Author

herumi commented Sep 24, 2017

implement portable SHA-2 instead of SHA-1

Fixed at use SHA-2 if MCL_DONT_USE_OPENSSL .

@herumi herumi closed this as completed Sep 27, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant