Append data to this instance, updating the hash. You can pass an ArrayBuffer, any of the TypedArrays (for example Uint8Array), a DataView or a string.
When passing a string, the string is first UTF-8 encoded to an Uint8Array.
Return the hash as a lowercase hex string.
Return the hash value as an array of 32-bit unsigned int words.
Returns the hash value as an array of bytes where each 32-bit word in the hash is output in big-endian order, i.e. the most significant byte first.
Resets the hash and "forgets" any data that has been appended. The instance behaves as if it were a new instance.
Generated using TypeDoc
Base interface for various Sha hash implementations