Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/grm/deps.ts>IGE#encrypt

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

Encrypts plain text with AES-IGE mode.

Parameters

message: string | Uint32Array | Uint8Array
optional
buf: Uint32Array

Returns

Uint32Array