Skip to content

sha224

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

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

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

Parameters

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

Returns

HashObject

A SHA-224 hash object