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

Faster iterated point doubling for generic A and A == 0 cases #4257

Merged
merged 1 commit into from
Jul 25, 2024

Conversation

randombit
Copy link
Owner

Improves ECDSA verify and ECDH agreement; on my machine about 11% for Brainpool curves, and 8% for secp256k1.

@coveralls
Copy link

coveralls commented Jul 25, 2024

Coverage Status

coverage: 91.657% (+0.006%) from 91.651%
when pulling 1a7d21f on jack/pcurves-iter-dbl
into f2abbaf on master.

Improves ECDSA verify and ECDH agreement; on my machine about 11% for
Brainpool curves, and 8% for secp256k1.
@randombit randombit force-pushed the jack/pcurves-iter-dbl branch from 6e2ddc7 to 1a7d21f Compare July 25, 2024 11:24
@randombit randombit merged commit 2a5a930 into master Jul 25, 2024
39 checks passed
@randombit randombit deleted the jack/pcurves-iter-dbl branch July 25, 2024 13:18
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