Module

std/node/internal/crypto/hash.ts

Deno standard library
Go to Latest
import * as mod from "https://dotland.deno.dev/std@0.145.0/node/internal/crypto/hash.ts";

Classes

The Hash class is a utility for creating hash digests of data. It can be used in one of two ways:

Functions

Creates and returns a Hash object that can be used to generate hash digests using the given algorithm. Optional options argument controls stream behavior.