Object that allows for continuous hashing of data with an hmac secret.
Constructor for the Sha256Hmac class type
secret key to seed the hmac process with
Hashes additional data
Additional data to hash
Completes the hash computation and returns the final hash digest.
Optional
The maximum number of bytes to receive. Leave as undefined or 0 to receive the entire digest.
the final hash digest
Generated using TypeDoc
Object that allows for continuous hashing of data with an hmac secret.