Skip to main content

Module transport

Module transport 

Expand description

Corporate-friendly secure node transport using standard HTTPS + HMAC-SHA256 authentication.

Structs§

NodeTransport

Functions§

sign_request
Signs a request payload with HMAC-SHA256. Uses timestamp + nonce alongside the payload to prevent replay attacks.
verify_request
Verify a signed request, rejecting stale timestamps for replay protection.