Skip to main content
Module

x/grm/deps.ts>createHash

MTProto API Client for Deno 🦕
Go to Latest
function createHash
Re-export
import { createHash } from "https://deno.land/x/grm@v0.3.1/deps.ts";

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

Parameters

algorithm: string
optional
opts: TransformOptions