function ige256Decryptimport { ige256Decrypt } from "https://deno.land/x/tgcrypto@1.0.0/mod.ts"; ige256Decrypt(data: Uint8Array,key: Uint8Array,iv: Uint8Array,): Uint8ArrayPerforms IGE-256 decryption. Parametersdata: Uint8ArrayThe encrypted data, larger than a byte, divisible by 16 key: Uint8Array32-byte encryption key iv: Uint8Array32-byte initialization vector ReturnsUint8Array