Object that allows for continuous SHA256 HMAC hashing of data.
Completes the hash computation and returns the final hmac digest.
The maximum number of bytes to receive. Leave as undefined or 0 to receive the entire digest.
Hash additional data.
additional data to hash
Generated using TypeDoc
Object that allows for continuous SHA256 HMAC hashing of data.