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

KarpelesLab / edwards25519 / 28282072262
84%

Build:
DEFAULT BRANCH: master
Ran 27 Jun 2026 07:11AM UTC
Jobs 1
Files 14
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

27 Jun 2026 07:07AM UTC coverage: 83.906% (+0.01%) from 83.893%
28282072262

push

github

MagicalTux
deprecate insecure SignThreshold and SignFromScalar

Mark the experimental threshold/Schnorr multisig entry point (SignThreshold)
and the caller-supplied-nonce primitive (SignFromScalar) with // Deprecated:
notes so callers get editor/staticcheck (SA1019) warnings. These carry the
design-level risks surfaced in the audit: rogue-key and nonce-reuse/Wagner-ROS
attacks for the threshold scheme, and key recovery on nonce reuse/misuse for
the scalar primitive.

Route the safe internal callers (SignRS, PrivateKey.Sign) through an
unexported signFromScalar so they do not depend on the deprecated wrapper.
go vet ignores deprecation, so CI stays green.

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

4 of 5 new or added lines in 2 files covered. (80.0%)

2977 of 3548 relevant lines covered (83.91%)

6335300.88 hits per line

Uncovered Changes

Lines Coverage ∆ File
1
62.41
0.0% privkey.go
Jobs
ID Job ID Ran Files Coverage
1 28282072262.1 27 Jun 2026 07:11AM UTC 14
83.91
GitHub Action Run
Source Files on build 28282072262
  • Tree
  • List 14
  • Changed 2
  • Source Changed 2
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #28282072262
  • c5f3642b on github
  • Prev Build on master (#28281812361)
  • Next Build on master (#28282203099)
  • 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