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

square / go-jose / 763 / 1
90%
master: 90%

Build:
Build:
LAST BUILD BRANCH: unmarshal_number_to_int64
DEFAULT BRANCH: master
Ran 31 May 2019 10:03PM UTC
Files 19
Run time 1s
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

31 May 2019 09:56PM UTC coverage: 90.227%. First build
GO111MODULE=on

push

travis-ci

csstaub
Pad z value to proper size after P-521 scalar multiplication.

Fixes issue #228. After calling ScalarMult for P-521, the output can
sometimes be 65 bytes long instead of 66 bytes. This happens when the
first bit of the computed value is zero. Calling z.Bytes() on the big
integer will then omit the leading zero, giving us a 65-byte value.

This subsequently causes the shared secret computation to be incorrect
as the input into the KDF function should always be 66 bytes which is
the full length for a P-521 coordinate value.

2945 of 3264 relevant lines covered (90.23%)

928.35 hits per line

Source Files on job 763.1 (GO111MODULE=on)
  • Tree
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 714
  • Travis Job 763.1
  • 80220994 on github
  • Next Job for GO111MODULE=on on cs/fix-228 (#766.2)
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