Mining/pkg/ueps
Claude 067a4c38f8
Some checks failed
Test / test (push) Waiting to run
Security Scan / security (push) Has been cancelled
ax(ueps): rename signedData to hmacInputBuffer for predictable naming
signedData was ambiguous — it did not convey that the buffer holds
accumulated header TLVs fed as input to HMAC, nor whether data was
already signed or pending signing. hmacInputBuffer makes the purpose
unambiguous on first read (AX Principle 1: predictable names over
short names).

Co-Authored-By: Charon <charon@lethean.io>
2026-04-02 12:21:22 +01:00
..
packet.go ax(ueps): add usage-example comments to exported tag constants 2026-04-02 12:13:50 +01:00
packet_test.go ax(ueps): assert sentinel error identity in writeTLV_Bad test 2026-04-02 12:05:04 +01:00
reader.go ax(ueps): rename signedData to hmacInputBuffer for predictable naming 2026-04-02 12:21:22 +01:00
reader_test.go ax(ueps): remove redundant inline comment that restates the pre-function docstring 2026-04-02 11:01:18 +01:00