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

KarpelesLab / anyhash / 24361627390
88%

Build:
DEFAULT BRANCH: master
Ran 13 Apr 2026 07:06PM UTC
Jobs 2
Files 17
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

13 Apr 2026 07:05PM UTC coverage: 87.714% (+0.3%) from 87.38%
24361627390

push

github

MagicalTux
Fix xxh3/xxh128 custom secret: use d.getSecret() in all code paths

All xxh3/xxh128 code paths (Write, every short/medium/long sum path,
and the merge-accumulators functions) hardcoded the global xxh3Secret
instead of consulting d.getSecret(), which returns the user-supplied
secret when one is set via SetSecret(). This meant custom secrets had
no effect on the hash output.

Replace all 41 references to xxh3Secret[…] in method bodies with a
local sec := d.getSecret(), and thread a sec parameter through the
standalone xxh3MergeAccs64/xxh3MergeAccs64Hi helpers.

Add TestXXH3Secret with PHP-generated vectors for both xxh3 and xxh128
using a 256-byte custom secret.

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

19 of 54 new or added lines in 1 file covered. (35.19%)

2927 of 3337 relevant lines covered (87.71%)

637.79 hits per line

Uncovered Changes

Lines Coverage ∆ File
35
64.22
1.78% xxhash.go
Jobs
ID Job ID Ran Files Coverage
1 24361627390.1 13 Apr 2026 07:06PM UTC 17
87.71
GitHub Action Run
2 24361627390.2 13 Apr 2026 07:06PM UTC 17
87.71
GitHub Action Run
Source Files on build 24361627390
  • Tree
  • List 17
  • Changed 2
  • Source Changed 1
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #24361627390
  • b743cf07 on github
  • Prev Build on master (#24335401296)
  • 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