Skip to content

ecdsa: use mul_by_generator_and_mul_add_vartime for verification#1302

Merged
tarcieri merged 1 commit intomasterfrom
ecdsa/mul_by_generator_and_mul_add_vartime
Apr 15, 2026
Merged

ecdsa: use mul_by_generator_and_mul_add_vartime for verification#1302
tarcieri merged 1 commit intomasterfrom
ecdsa/mul_by_generator_and_mul_add_vartime

Conversation

@tarcieri
Copy link
Copy Markdown
Member

This high-level method can plug into various strategies for efficiently implementing aG + bP, including using basepoint tables, wNAF, or linear combinations, depending on what crate features are enabled and what curve-specific optimizations have been implemented.

This high-level method can plug into various strategies for efficiently
implementing `aG + bP`, including using basepoint tables, wNAF, or
linear combinations, depending on what crate features are enabled and
what curve-specific optimizations have been implemented.
@tarcieri tarcieri merged commit 6752ba4 into master Apr 15, 2026
88 checks passed
@tarcieri tarcieri deleted the ecdsa/mul_by_generator_and_mul_add_vartime branch April 15, 2026 18:49
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.

1 participant