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

perf: Add sr25519 precomputation support #62

Open
Yawning opened this issue May 28, 2021 · 0 comments
Open

perf: Add sr25519 precomputation support #62

Yawning opened this issue May 28, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@Yawning
Copy link
Contributor

Yawning commented May 28, 2021

At some point the sr25519 code should also have precomputation support for feature parity with ed25519.

The gains here are not going to be as big because we do not need to maintain compatibility with the standard library, and thus will only do deserialzation/decompression once.

@Yawning Yawning added the enhancement New feature or request label May 28, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant