Skip to main content
Module

std/hash/mod.ts>createHash

Deno standard library
Go to Latest
function createHash
Deprecated
Deprecated

(will be removed after 0.157.0) Use Web Crypto API or std/crypto instead.

import { createHash } from "https://deno.land/std@0.160.0/hash/mod.ts";

Creates a new Hash instance.

Parameters

name of hash algorithm to use