pub fn sign_request( key: &str, ts_unix: u64, nonce: &str, method: &str, path_query: &str, body: &[u8], ) -> String
Compute the hex HMAC-SHA256 signature for one request.