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

KarpelesLab / tss-lib / 24413446242
77%

Build:
DEFAULT BRANCH: master
Ran 14 Apr 2026 05:44PM UTC
Jobs 1
Files 110
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

14 Apr 2026 05:29PM UTC coverage: 75.683% (+0.1%) from 75.558%
24413446242

push

github

MagicalTux
add optional progress callback to ecdsatss pre-param generation

Pre-parameter generation spends ~all its time finding 4 safe primes (2 for
the Paillier key, 2 for NTilde), which can take a minute on slower hardware
with no visible progress. Surface a monotonic 0→4 counter so callers can
render a progress UI.

- common.GetRandomSafePrimesConcurrentFn: new variant accepting onFound
  func(), fired per accepted prime. Existing function delegates.
- paillier.GenerateKeyPairFn: forwards the callback through its safe-prime
  call so ecdsatss can observe those primes too.
- ecdsatss.LocalPreGenerator.Progress: opt-in callback; emits
  PreParamsProgress{SafePrimesFound, SafePrimesTotal=4, Elapsed}. Per-branch
  counts are capped so the rare |P-Q| Paillier retry cannot overshoot 4.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

49 of 49 new or added lines in 3 files covered. (100.0%)

4 existing lines in 2 files now uncovered.

9773 of 12913 relevant lines covered (75.68%)

1578.46 hits per line

Coverage Regressions

Lines Coverage ∆ File
2
81.82
-2.02% ecdsa/resharing/round_1_old_step_1.go
2
82.61
-2.17% eddsa/resharing/round_1_old_step_1.go
Jobs
ID Job ID Ran Files Coverage
1 24413446242.1 14 Apr 2026 05:44PM UTC 110
75.68
GitHub Action Run
Source Files on build 24413446242
  • Tree
  • List 110
  • Changed 6
  • Source Changed 3
  • Coverage Changed 6
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #24413446242
  • 0c1d34a0 on github
  • Prev Build on master (#24250596740)
  • Next Build on master (#24556290321)
  • Delete
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc