import { stringToHexSha256 } from "https://deno.land/x/blocks@0.36.7/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@0.36.7/utils/encoding.ts";
Takes an arbitrary string and converts to its sha256 hex representation.