Sign a message inside a stream with HMAC.
The digest/hash algorithm to use.
The key to sign the message with.
The payload to be signed, which is a readable stream.
Return a Promise that resolves to a Buffer containing the signature of the payload.
Promise
Buffer
Sign a message inside a stream with HMAC.