{"ScriptPreparationCode":"async function a(m) {\r\n return Array.from(\r\n new Uint8Array(await crypto.subtle.digest(m, (new TextEncoder).encode(\u0022This example encodes a message, then calculates its SHA-256 digest and logs the digest length:\u0022)))\r\n )\r\n .map(t =\u003E t.toString(16).padStart(2, \u00220\u0022))\r\n .join(\u0022\u0022);\r\n}","TestCases":[{"Name":"1","Code":"await a(\u0022SHA-1\u0022)","IsDeferred":false},{"Name":"256","Code":"await a(\u0022SHA-256\u0022)","IsDeferred":false}]}