The digest/hash algorithm to use.
The key to verify the signature with.
The payload to be verified, which is a readable stream.
The signature of payload to be verified, which is a Buffer.
Return a Promise that resolves to true if the signature is valid, otherwise false.
Verify the signature of a message inside a stream with HMAC.