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

kaidokert / krabiecdsa-rs / 29211744086
94%

Build:
DEFAULT BRANCH: main
Ran 12 Jul 2026 10:33PM 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 Jul 2026 10:32PM UTC coverage: 96.677% (-1.0%) from 97.638%
29211744086

push

github

web-flow
Proof-of-concept ECDSA signing (gated, RFC 6979-validated) (#16)

* Proof-of-concept ECDSA signing (gated, RFC 6979-validated)

First-pass signing behind the off-by-default `signing` feature and a
deliberately-named `dangerous` module. sign_prehashed_with_k does the
core ECDSA math — r = x(k·G) mod n, s = k⁻¹(e + r·d) mod n — reusing
the existing Jacobian point machinery, with a fixed-iteration
double-and-add for k·G and bit-extraction serialization (no new
backend trait bound).

72 of 77 new or added lines in 1 file covered. (93.51%)

320 of 331 relevant lines covered (96.68%)

46306.36 hits per line

Uncovered Changes

Lines Coverage ∆ File
5
96.68
-0.96% ecdsa/src/lib.rs
Jobs
ID Job ID Ran Files Coverage
1 29211744086.1 12 Jul 2026 10:33PM UTC 1
96.68
GitHub Action Run
Source Files on build 29211744086
  • 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 #29211744086
  • 724e0c0f on github
  • Prev Build on main (#29184490460)
  • Next Build on main (#29214724734)
  • 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