ECDSA verification: Use wNAF-based multiplication for non-nistz256 implementations #1768
Codecov / codecov/project
succeeded
Oct 25, 2023 in 1s
96.03% (+0.03%) compared to be27e8e
View this Pull Request on Codecov
96.03% (+0.03%) compared to be27e8e
Details
Codecov Report
Merging #1768 (faf67e2) into main (be27e8e) will increase coverage by
0.03%
.
Report is 3 commits behind head on main.
The diff coverage is98.38%
.
@@ Coverage Diff @@
## main #1768 +/- ##
==========================================
+ Coverage 96.00% 96.03% +0.03%
==========================================
Files 138 140 +2
Lines 20754 21006 +252
Branches 226 231 +5
==========================================
+ Hits 19924 20174 +250
- Misses 792 795 +3
+ Partials 38 37 -1
Files | Coverage Δ | |
---|---|---|
crypto/limbs/limbs.c | 95.48% <100.00%> (+0.10%) |
⬆️ |
src/bits.rs | 100.00% <100.00%> (ø) |
|
src/ec/suite_b/ops/elem.rs | 88.40% <ø> (ø) |
|
src/ec/suite_b/ops/p256.rs | 100.00% <100.00%> (ø) |
|
src/ec/suite_b/ops/p384.rs | 100.00% <100.00%> (ø) |
|
src/ec/suite_b/ops/vartime.rs | 100.00% <100.00%> (ø) |
|
src/limb.rs | 99.02% <100.00%> (+0.05%) |
⬆️ |
src/ec/suite_b/ops.rs | 98.11% <99.02%> (+0.02%) |
⬆️ |
crypto/fipsmodule/ec/wnaf.c | 92.50% <92.50%> (ø) |
... and 11 files with indirect coverage changes
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more
Loading