variable stringToHexSha256import { stringToHexSha256 } from "https://dotland.deno.dev/x/live@1.63.12/utils/encoding.ts"; Takes an arbitrary string and converts to its sha256 hex representation. type(str: string) => Promise<string>