Function: sha256Hex()
function sha256Hex(input): Promise<string>;
Defined in: packages/core/src/submission/hash.ts:201
SHA-256 of a UTF-8 string, hex encoded. Uses WebCrypto when available.
Parameters
| Parameter | Type |
|---|---|
input | string |
Returns
Promise<string>