Versions in this module Expand all Collapse all v1 v1.0.1 Jun 2, 2026 Changes in this version + func BuildPayload(req any) ([]byte, error) + func Sign[T Signable](signingKey []byte, req T) (string, error) + func Verify[T Signable](signingKey []byte, req T) (bool, error) + type Signable interface + GetTimestamp func() int64 + SignatureBytes func() []byte + SignatureString func() string + type Signature struct + Signature string + Timestamp int64 + func (s Signature) GetTimestamp() int64 + func (s Signature) SignatureBytes() []byte + func (s Signature) SignatureString() string