Skip to main content
Module

x/denops_std/function/mod.ts>sha256

📚 Standard module for denops.vim
Go to Latest
function sha256
import { sha256 } from "https://deno.land/x/denops_std@v6.4.0/function/mod.ts";

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
string: unknown

Returns

Promise<string>