Mining/pkg/ueps
Claude 225d5c0216
Some checks are pending
Security Scan / security (push) Waiting to run
Test / test (push) Waiting to run
ax(ueps): use sharedSecret over short name secret in comment example
AX principle 1 — predictable names over short names. The usage example
comment in TestPacket_MarshalAndSign_Ugly used `secret` (abbreviated)
where all other examples in the package consistently use `sharedSecret`.

Co-Authored-By: Charon <charon@lethean.io>
2026-04-02 14:23:04 +01:00
..
packet.go ax(ueps): expand MarshalAndSign comment to full usage example with error handling 2026-04-02 13:45:50 +01:00
packet_test.go ax(ueps): use sharedSecret over short name secret in comment example 2026-04-02 14:23:04 +01:00
reader.go ax(ueps): guard tagValue index access against zero-length TLV values 2026-04-02 14:20:39 +01:00
reader_test.go ax(ueps): rename reader to frameReader in ReadAndVerify tests 2026-04-02 14:09:28 +01:00