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

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

Build:
Build:
LAST BUILD BRANCH: bigbes/gh-no-hex-codecs-v2
DEFAULT BRANCH: master
Ran 19 Jun 2026 02:19PM UTC
Jobs 1
Files 51
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

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

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)

63 of 63 new or added lines in 4 files covered. (100.0%)

3861 of 4287 relevant lines covered (90.06%)

504.96 hits per line

Jobs
ID Job ID Ran Files Coverage
1 27831087319.1 19 Jun 2026 02:19PM UTC 51
90.06
GitHub Action Run
Source Files on build 27831087319
  • Tree
  • List 51
  • Changed 3
  • Source Changed 0
  • Coverage Changed 3
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Pull Request #115
  • PR Base - v2 (#27762795942)
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