Skip to main content
Module

x/cache/deps.ts>createHash

🥌 Deno cache library
Latest
function createHash
import { createHash } from "https://deno.land/x/cache@0.2.13/deps.ts";

Creates a new Hash instance.

Parameters

algorithm: SupportedAlgorithm

name of hash algorithm to use

Returns

Hasher