MCPcopy Create free account
hub / github.com/Mnexa-AI/e2a / Sign

Method Sign

internal/headers/signer.go:152–154  ·  view source on GitHub ↗
(p AuthPayload)

Source from the content-addressed store, hash-verified

150}
151
152func (s *Signer) Sign(p AuthPayload) AuthHeaders {
153 return Sign(string(s.secret), p)
154}
155
156// canonicalString assembles the byte string fed to HMAC. Field order
157// must match between Sign and Verify and is part of the wire contract;

Calls 1

SignFunction · 0.70