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

KarpelesLab / anyhash / 24335401296 / 1
88%
master: 88%

Build:
DEFAULT BRANCH: master
Ran 13 Apr 2026 09:13AM UTC
Files 17
Run time 0s
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 09:13AM UTC coverage: 87.38% (+0.07%) from 87.315%
24335401296.1

push

github

MagicalTux
Further optimize gost compress: uint64 key gen, unrolled encrypt

Rewrite gostCompress to use [4]uint64 for all 256-bit values (u, v, w),
eliminating byte-level xor32/xor32Bytes/gostTransformA. The key schedule
now produces [8]uint32 directly from uint64 words via byte extraction,
skipping the intermediate [32]byte + separate key loading step.

gostEncrypt is unrolled: the 3 forward passes and 1 reverse pass use
explicit key indices instead of k[i%8] and a reverse loop.

gost 64 KiB: 64 → 72 MB/s (+12%). Total from original: 13 → 72 MB/s (5.5x).

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

2908 of 3328 relevant lines covered (87.38%)

319.61 hits per line

Source Files on job 24335401296.1
  • Tree
  • List 17
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 24335401296
  • c4266426 on github
  • Prev Job for on master (#24335062499.2)
  • Next Job for on master (#24361627390.2)
  • 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