Transform hash final result to string
or Uint8Array
.
returns a Uint8Array
if type
is 'binary'
or 'typedArray'
; otherwise returns a string.
Optional
type: CryptoDigestTypeThe digest type. Defaults to 'typedArray'
.
Generated using TypeDoc
Use its
result.digest()
method please.