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