Skip to main content
Module

x/packup/deps.ts>createHash

📦 Zero-config web application packager in Deno
Go to Latest
function createHash
Deprecated
Deprecated

Use Web Crypto API or std/crypto instead.

import { createHash } from "https://deno.land/x/packup@v0.2.2/deps.ts";

Creates a new Hash instance.

Parameters

algorithm: SupportedAlgorithm

name of hash algorithm to use

Returns

Hasher