This is not the default because it's not cryptographically secure and it's slower than SHA512
Consider using the ugly-named SHA512_256 instead
Symbol
This is not the default because it's not cryptographically secure and it's slower than SHA512
Consider using the ugly-named SHA512_256 instead
Finalize the hash
DigestEncoding
to return the hash in. If none is provided, it will return a Uint8Array
.
Finalize the hash
TypedArray
to write the hash into. Faster than creating a new one each time
Run the hash over the given data
string
, Uint8Array
, or ArrayBuffer
to hash. Uint8Array
or ArrayBuffer
is faster.
TypedArray
to write the hash into. Faster than creating a new one each time
Run the hash over the given data
string
, Uint8Array
, or ArrayBuffer
to hash. Uint8Array
or ArrayBuffer
is faster.
DigestEncoding
to return the hash in