Module transport
Expand description
Corporate-friendly secure node transport using standard HTTPS + HMAC-SHA256 authentication.
Structs§
Functions§
- sign_
request - Signs a request payload with HMAC-SHA256.
Uses
timestamp+noncealongside the payload to prevent replay attacks. - verify_
request - Verify a signed request, rejecting stale timestamps for replay protection.