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

Consider nfield instead of big.Int for a speedup #77

Open
bmperrea opened this issue Oct 26, 2018 · 3 comments
Open

Consider nfield instead of big.Int for a speedup #77

bmperrea opened this issue Oct 26, 2018 · 3 comments
Labels
enhancement New feature or request

Comments

@bmperrea
Copy link

as in here btcsuite/btcd#621

Check some benchmarks for speedup.

@zquestz
Copy link
Contributor

zquestz commented Oct 26, 2018

@bmperrea Yep this is on my list to check out. I am walking through all the PRs and pulling in all the good stuff. Thanks for the heads up!

@zquestz zquestz changed the title Conside nfield instead of big.Int for a speedup Consider nfield instead of big.Int for a speedup Oct 26, 2018
@zquestz
Copy link
Contributor

zquestz commented Oct 26, 2018

@bmperrea if I were to finish up Jimmy's PR and get everything building, would you be willing to help me solve the remaining constant time issues?

@zquestz zquestz added the enhancement New feature or request label Oct 26, 2018
@bmperrea
Copy link
Author

definitely interested to help with the constant time stuff 👍 . I do think calling out to a C lib like sekp256k1 is a bit safer than rolling our own implementation of the crypto here, but it's interesting stuff :)

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

2 participants