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

KarpelesLab / anyhash / 24335401296
88%

Build:
DEFAULT BRANCH: master
Ran 13 Apr 2026 09:13AM 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 09:13AM UTC coverage: 87.38% (+0.07%) from 87.315%
24335401296

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>

82 of 82 new or added lines in 1 file covered. (100.0%)

2908 of 3328 relevant lines covered (87.38%)

639.22 hits per line

Jobs
ID Job ID Ran Files Coverage
1 24335401296.1 13 Apr 2026 09:13AM UTC 17
87.38
GitHub Action Run
2 24335401296.2 13 Apr 2026 09:13AM UTC 17
87.38
GitHub Action Run
Source Files on build 24335401296
  • Tree
  • List 17
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #24335401296
  • c4266426 on github
  • Prev Build on master (#24335062499)
  • Next Build on master (#24361627390)
  • 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