Skip to main content
Module

std/hash/mod.ts>createHash

Deno standard library
Go to Latest
function createHash
import { createHash } from "https://deno.land/std@0.59.0/hash/mod.ts";

Creates a new Hash instance.

Parameters

algorithm: SupportedAlgorithm

name of hash algorithm to use

Returns

Hasher