Skip to main content
Module

x/grm/mod.ts>Hash

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

Constructors

new
Hash(algorithm: string)

Properties

private
readonly
algorithm: string
private
optional
data: Uint8Array

Methods

update(data: Buffer)