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

Use endomorphism in precomputations #20

Merged
merged 1 commit into from
Jun 2, 2014

Conversation

peterdettman
Copy link
Contributor

The secp256k1 endomorphism is very efficient (a single field multiplication), so when using the endomorphism in a scalar multiplication of point P, the lambda-P precomputation table can be generated much more quickly by simply applying the endomorphism to the P precomputation table (instead of precomputing from lambda-P).

@sipa sipa merged commit d7fd4d0 into bitcoin-core:master Jun 2, 2014
sipa added a commit that referenced this pull request Jun 2, 2014
d7fd4d0 Use endomorphism in precomputations (Peter Dettman)
@peterdettman peterdettman deleted the endo-precomp branch June 22, 2014 09:17
tecnovert pushed a commit to tecnovert/secp256k1 that referenced this pull request Apr 18, 2022
Minor bugfix. Wrong length due to NUL character.
matteonardelli referenced this pull request in bancaditalia/secp256k1-frost Nov 21, 2023
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

Successfully merging this pull request may close these issues.

2 participants