Update the hash with data
Symbol
SHA512_256.update
Referenced types
type BlobOrStringOrBuffer = string | NodeJS.TypedArray | ArrayBufferLike | Blob
class SHA512_256
See also sha
Finalize the hash
@param encodingDigestEncoding
to return the hash in. If none is provided, it will return aUint8Array
.Finalize the hash
@param hashIntoTypedArray
to write the hash into. Faster than creating a new one each timeRun the hash over the given data
@param inputstring
,Uint8Array
, orArrayBuffer
to hash.Uint8Array
orArrayBuffer
is faster.@param hashIntoTypedArray
to write the hash into. Faster than creating a new one each timeRun the hash over the given data
@param inputstring
,Uint8Array
, orArrayBuffer
to hash.Uint8Array
orArrayBuffer
is faster.@param encodingDigestEncoding
to return the hash in