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

kaidokert / krabiecdsa-rs / 31302938776
93%

Build:
DEFAULT BRANCH: main
Ran 09 Aug 2026 08:12AM 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 08:11AM UTC coverage: 96.101% (-0.1%) from 96.222%
31302938776

push

github

web-flow
Ephemeral ECDH (P-256/P-384/secp256k1) for TLS key_share (#38)

* Add ephemeral ECDH (P-256/P-384/secp256k1)

krabitls needs NIST-curve ECDHE for the Azure IoT TLS key_share, which
the verify+sign surface didn't cover and krabitls can't build itself (all
the curve math is private here). Add a `pub mod ecdh` in RustCrypto's
`elliptic_curve::ecdh` shape: `EphemeralSecret` (random scalar via
`TryCryptoRng`, fallible/no-panic), `.public_key()` = SEC1 `d·G`, and
`.diffie_hellman(peer_sec1) -> Option<SharedSecret>` = raw affine X (no
KDF; TLS does HKDF). Secret/shared bytes are zeroized.

97 of 102 new or added lines in 1 file covered. (95.1%)

912 of 949 relevant lines covered (96.1%)

18236.95 hits per line

Uncovered Changes

Lines Coverage ∆ File
5
96.1
-0.12% ecdsa/src/lib.rs
Jobs
ID Job ID Ran Files Coverage
1 31302938776.1 09 Aug 2026 08:12AM UTC 1
96.1
GitHub Action Run
Source Files on build 31302938776
  • 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 #31302938776
  • 77a48ecd on github
  • Prev Build on main (#31284958011)
  • Next Build on main (#31327529029)
  • 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