Skip to main content
Module

x/debug/deps.ts>createHash

📝 Tiny debugging utility
Latest
function createHash
import { createHash } from "https://deno.land/x/debug@0.2.0/deps.ts";

Creates a new Hash instance.

Parameters

algorithm: SupportedAlgorithm

name of hash algorithm to use

Returns

Hasher