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

tarantool / go-storage / 27831087319 / 1
90%
master: 90%

Build:
Build:
LAST BUILD BRANCH: refs/tags/v1.6.1
DEFAULT BRANCH: master
Ran 19 Jun 2026 02:19PM UTC
Files 51
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

19 Jun 2026 02:18PM UTC coverage: 90.063% (+0.2%) from 89.891%
27831087319.1

Pull #115

github

bigbes
hasher,crypto: hex output by default with WithRaw opt-out (v2)

Make the hasher and RSA-PSS signer/verifier emit and accept lower-case
hex-encoded output by default, with a WithRaw() option to fall back to raw
bytes. This is the v2 take on the hex decorators: instead of separate Hex
constructors, the single constructors gained variadic options.

- hasher: NewSHA256Hasher/NewSHA1Hasher take opts; Hash returns hex unless
  hasher.WithRaw() is passed. Name() is unchanged.
- crypto: NewRSAPSSSignerVerifier renamed to NewRSAPSS; NewRSAPSS and
  NewRSAPSSVerifier take opts; signatures are hex unless crypto.WithRaw() is
  passed. The internal digest fed to rsa.SignPSS stays raw via WithRaw.

Breaking change: default on-disk encoding of integrity hashes and signatures
is now hex, and NewRSAPSSSignerVerifier is gone. Validator fixtures that
embedded raw digests are updated to their hex form.
Pull Request #115: hasher,crypto: hex output by default with WithRaw opt-out (v2)

3861 of 4287 relevant lines covered (90.06%)

504.96 hits per line

Source Files on job 27831087319.1
  • Tree
  • List 51
  • Changed 3
  • Source Changed 0
  • Coverage Changed 3
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 27831087319
  • aabf7086 on github
  • Prev Job for on bigbes/gh-no-hex-codecs-v2 (#27762795942.1)
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