Skip to content

sha3_256

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

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

Create a new SHA3-256 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-256 hash object