Mining/pkg/ueps
Claude 729ad75d6f
Some checks failed
Security Scan / security (push) Successful in 31s
Test / test (push) Has been cancelled
ax(ueps): rename signature to hmacSignature for AX Principle 1 compliance
The variable name `signature` is ambiguous — any cryptographic operation
produces a signature. `hmacSignature` is unambiguous and self-describing,
consistent with the TagHMAC comment that already used `hmacSignature` as
the example parameter name.

Co-Authored-By: Charon <charon@lethean.io>
2026-04-02 10:22:18 +01:00
..
packet.go ax(ueps): rename signature to hmacSignature for AX Principle 1 compliance 2026-04-02 10:22:18 +01:00
packet_test.go ax(ueps): replace prose comment with usage example in MarshalAndSign test 2026-04-02 10:08:51 +01:00
reader.go ax(ueps): rename signature to hmacSignature for AX Principle 1 compliance 2026-04-02 10:22:18 +01:00
reader_test.go ax(ueps): rename NewBuilder to NewPacketBuilder for AX Principle 1 compliance 2026-04-02 09:45:23 +01:00