Skip to main content
Module

x/grm/mod.ts>crypto.IGE

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

Constructors

new
IGE(key: Buffer, iv: Buffer)

Properties

private
ige: any

Methods

decryptIge(cipherText: Buffer): Buffer
encryptIge(plainText: Buffer): Buffer