Skip to main content
Module

x/drash/src/services/csrf/deps.ts>createHash

A microframework for Deno's HTTP server with zero third-party dependencies
Go to Latest
function createHash
Deprecated
import { createHash } from "https://deno.land/x/drash@v2.7.0/src/services/csrf/deps.ts";

Creates a new Hash instance.

Parameters

algorithm: SupportedAlgorithm

name of hash algorithm to use

Returns

Hasher