Skip to main content
Module

x/grm/mod.ts>crypto.Hash

MTProto API Client for Deno 🦕
Go to Latest
class crypto.Hash
import { crypto } from "https://deno.land/x/grm@0.5.4/mod.ts";
const { Hash } = crypto;

Constructors

new
Hash(algorithm: string)

Properties

private
readonly
algorithm: string
private
optional
data: Uint8Array