Finalize the hash
Symbol
CryptoHashInterface.digest
@param encoding
DigestEncoding
to return the hash in. If none is provided, it will return a Uint8Array
.
Finalize the hash
@param hashInto
TypedArray
to write the hash into. Faster than creating a new one each time
Referenced types
type DigestEncoding = 'utf8' | 'ucs2' | 'utf16le' | 'latin1' | 'ascii' | 'base64' | 'base64url' | 'hex'