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