• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

kaidokert / krabiecdsa-rs / 31340340991
93%

Build:
DEFAULT BRANCH: main
Ran 09 Aug 2026 10:49PM UTC
Jobs 1
Files 1
Run time 1min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

09 Aug 2026 10:49PM UTC coverage: 94.681% (-1.5%) from 96.213%
31340340991

push

github

web-flow
Scalar blinding for the randomized signer (completes blinded signing) (#39)

* Scalar blinding for the randomized signer (completes blinded signing)

The randomized signer already randomized the projective coordinates each
signature; it still fed the raw nonce to the ladder, leaving the scalar
processing open to DPA/CPA on the multiplier. Draw a 64-bit random `r`
alongside the hedge entropy and λ, and multiply by `k' = k + r·n` instead
of `k`. Since `n·G = O`, `k'·G = k·G`, so the signature is bit-identical,
but the ladder now runs on a different, wider scalar each signature. `s`
still uses the true nonce `k` (`k' ≡ k mod n`).

58 of 75 new or added lines in 1 file covered. (77.33%)

1 existing line in 1 file now uncovered.

979 of 1034 relevant lines covered (94.68%)

17235.38 hits per line

Uncovered Changes

Lines Coverage ∆ File
17
94.68
-1.53% ecdsa/src/lib.rs

Coverage Regressions

Lines Coverage ∆ File
1
94.68
-1.53% ecdsa/src/lib.rs
Jobs
ID Job ID Ran Files Coverage
1 31340340991.1 09 Aug 2026 10:49PM UTC 1
94.68
GitHub Action Run
Source Files on build 31340340991
  • Tree
  • List 1
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #31340340991
  • e8304abc on github
  • Prev Build on main (#31327529029)
  • Next Build on main (#31562104955)
  • Delete
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc