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

ECDSA verification: Use wNAF-based multiplication for non-nistz256 implementations #1768

Draft
wants to merge 5 commits into
base: main
Choose a base branch
from

EC P-256: Have non-nistz256 ECDSA verification use WNAF-based multipl…

faf67e2
Select commit
Loading
Failed to load commit list.
Draft

ECDSA verification: Use wNAF-based multiplication for non-nistz256 implementations #1768

EC P-256: Have non-nistz256 ECDSA verification use WNAF-based multipl…
faf67e2
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded Oct 25, 2023 in 0s

98.38% of diff hit (target 96.00%)

View this Pull Request on Codecov

98.38% of diff hit (target 96.00%)

Annotations

Check warning on line 90 in crypto/fipsmodule/ec/wnaf.c

See this annotation in the file changed.

@codecov codecov / codecov/patch

crypto/fipsmodule/ec/wnaf.c#L90

Added line #L90 was not covered by tests

Check warning on line 97 in crypto/fipsmodule/ec/wnaf.c

See this annotation in the file changed.

@codecov codecov / codecov/patch

crypto/fipsmodule/ec/wnaf.c#L97

Added line #L97 was not covered by tests

Check warning on line 132 in crypto/fipsmodule/ec/wnaf.c

See this annotation in the file changed.

@codecov codecov / codecov/patch

crypto/fipsmodule/ec/wnaf.c#L132

Added line #L132 was not covered by tests

Check warning on line 41 in src/ec/suite_b/ops.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/ec/suite_b/ops.rs#L41

Added line #L41 was not covered by tests