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

kaidokert / krabiecdsa-rs / 31569246807
93%

Build:
DEFAULT BRANCH: main
Ran 12 Aug 2026 06:14AM 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

12 Aug 2026 06:13AM UTC coverage: 92.261% (-0.6%) from 92.889%
31569246807

push

github

web-flow
Blind the ECDH d·P (coordinate + scalar), drawn at keygen (#44)

* Blind the ECDH d·P (coordinate + scalar), drawn at keygen

ECDH decapsulation runs d·(peer point) with the long-lived-ish secret every
handshake — a DPA target — but the kem `TryDecapsulate` trait is `&self` with no
RNG, and no rng-carrying decapsulation trait exists anywhere in the RustCrypto
stack. So take the randomness where the KEM lifecycle actually offers it: draw
the coordinate blinder λ and scalar blinder r from the generation RNG
(`Generate::try_generate_from_rng`), stash them in the `DecapsulationKey`, and
spend them once inside `try_decapsulate`. The encapsulate side blinds e·peer with
the fresh ephemeral's own keygen blinders.

40 of 47 new or added lines in 1 file covered. (85.11%)

3 existing lines in 1 file now uncovered.

1061 of 1150 relevant lines covered (92.26%)

15642.64 hits per line

Uncovered Changes

Lines Coverage ∆ File
7
92.26
-0.63% ecdsa/src/lib.rs

Coverage Regressions

Lines Coverage ∆ File
3
92.26
-0.63% ecdsa/src/lib.rs
Jobs
ID Job ID Ran Files Coverage
1 31569246807.1 12 Aug 2026 06:14AM UTC 1
92.26
GitHub Action Run
Source Files on build 31569246807
  • 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 #31569246807
  • 4e222f35 on github
  • Prev Build on main (#31564347974)
  • Next Build on main (#31609333995)
  • 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