import { fn } from "https://deno.land/x/ddc_vim@v4.1.0/deps.ts";
const { sha256 } = fn;
Returns a String with 64 hex characters, which is the SHA256 checksum of {string}.
Can also be used as a method
:
GetText()->sha256()
only available when compiled with the +cryptv
feature
Parameters
denops: Denops