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

kaidokert / krabiecdsa-rs / 31275848269
93%

Build:
DEFAULT BRANCH: main
Ran 08 Aug 2026 08:01PM 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

08 Aug 2026 08:00PM UTC coverage: 95.006% (+3.4%) from 91.58%
31275848269

push

github

web-flow
API cleanup (1/3): drop the redundant public sign free-fns (#33)

Signing has a full RustCrypto trait + key-type surface, so the raw
byte-slice sign free-fns are redundant public API. First of the pre-0.4.0
traits-first cleanups.

- Delete sign_prehashed_ct_hedged_verified — it had zero callers (the
  RandomizedSigningKey path uses the internal sign_hedged_verified_with_pubkey).
- Move sign_prehashed_ct and sign_prehashed_ct_hedged behind the
  test-vectors feature (KAT-harness entry points), so the default public
  sign API is the key types + traits (SigningKey / PrehashSigningKey /
  RandomizedSigningKey + PrehashSigner / RandomizedPrehashSigner /
  DigestSigner / RandomizedDigestSigner / Keypair). SigningKey::sign_prehashed
  now calls the always-present internal core.
- cross_impl migrates to PrehashSigningKey (tests the production API, not a
  gated free fn); the two explicit-`added` hedged unit tests + their helper
  move behind test-vectors alongside the fns they exercise.

The ct-verify fixtures already build with test-vectors, so their taint /
panic-audit coverage of the sign-only hedged path is unchanged.

6 of 6 new or added lines in 1 file covered. (100.0%)

799 of 841 relevant lines covered (95.01%)

20038.52 hits per line

Jobs
ID Job ID Ran Files Coverage
1 31275848269.1 08 Aug 2026 08:01PM UTC 1
95.01
GitHub Action Run
Source Files on build 31275848269
  • 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 #31275848269
  • 0f05cb55 on github
  • Prev Build on main (#31159849559)
  • Next Build on main (#31281131641)
  • 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