Mining/pkg
Claude cb44a640cb
Some checks are pending
Security Scan / security (push) Waiting to run
Test / test (push) Waiting to run
ax(mining): rename abbreviated variables b and h to randomBytes and digest in auth.go
AX Principle 1 — predictable names over short names. Single-letter variables
b (random byte buffer) and h (MD5 digest array) require mental mapping; full
names make intent self-evident without comments.

Co-Authored-By: Charon <charon@lethean.io>
2026-04-02 09:46:32 +01:00
..
database chore: migrate module path from github.com to forge.lthn.ai 2026-02-22 21:39:01 +00:00
logging feat: Add structured logging package 2025-12-31 11:18:22 +00:00
mining ax(mining): rename abbreviated variables b and h to randomBytes and digest in auth.go 2026-04-02 09:46:32 +01:00
node ax(node): rename identity test functions to AX TestFilename_Function_{Good,Bad,Ugly} convention 2026-04-02 09:45:13 +01:00
ueps ax(ueps): rename NewBuilder to NewPacketBuilder for AX Principle 1 compliance 2026-04-02 09:45:23 +01:00