import { stringToHexSha256 } from "https://deno.land/x/live@1.53.6/utils/encoding.ts";
Takes an arbitrary string and converts to its sha256 hex representation.
x/live/utils/encoding.ts>stringToHexSha256
import { stringToHexSha256 } from "https://deno.land/x/live@1.53.6/utils/encoding.ts";
Takes an arbitrary string and converts to its sha256 hex representation.