Skip to content

sha3_512

sha3_512(data?: string | Uint8Array<ArrayBufferLike>): HashObject

Defined in: packages/pythonlib/src/hashlib.ts:264

Create a new SHA3-512 hash object. Note: SHA3 is not available in Web Crypto API (browser).

Parameters

ParameterTypeDescription
data?string | Uint8Array<ArrayBufferLike>Optional initial data to hash

Returns

HashObject

A SHA3-512 hash object