method
SHA512_256.digest
@param encoding
DigestEncoding to return the hash in. If none is provided, the hash is returned as a Uint8Array
@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'