Skip to main content
Module

x/grm/deps.ts>IGE#decrypt

MTProto API Client for Deno 🦕
Go to Latest
method IGE.prototype.decrypt
import { IGE } from "https://deno.land/x/grm@0.5.2/deps.ts";

Decrypts cipher text with AES-IGE mode.

Parameters

message: string | Uint32Array | Uint8Array
optional
buf: Uint32Array

Returns

Uint32Array