Module

std/node/crypto.ts>createHash

Deno standard library
Go to Latest
function createHash
import { createHash } from "https://dotland.deno.dev/std@0.145.0/node/crypto.ts";

Creates and returns a Hash object that can be used to generate hash digests using the given algorithm. Optional options argument controls stream behavior.

Parameters

algorithm: string
optional
opts: TransformOptions
import createHash
import { createHash } from "https://dotland.deno.dev/std@0.145.0/node/crypto.ts";