Function: sha256HexSync()
function sha256HexSync(input): string;
Defined in: packages/core/src/submission/hash.ts:196
Synchronous SHA-256, hex encoded. Always the pure-JS path (WebCrypto is async-only).
Parameters
| Parameter | Type |
|---|---|
input | string | Uint8Array |
Returns
string