Skip to main content
Module

x/mtkruto/deps.ts>ctr256Decrypt

Cross-runtime JavaScript library for building Telegram clients
Go to Latest
function ctr256Decrypt
import { ctr256Decrypt } from "https://deno.land/x/mtkruto@0.0.835/deps.ts";

Alias of ctr256Encrypt

Parameters

data: Uint8Array
key: Uint8Array
iv: Uint8Array
state: Uint8Array

Returns

[Uint8Array, Uint8Array, Uint8Array]