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