method IGE.prototype.decryptimport { IGE } from "https://deno.land/x/grm@0.5.1/deps.ts"; decrypt(message: string | Uint32Array | Uint8Array, buf?: Uint32Array): Uint32ArrayDecrypts cipher text with AES-IGE mode. Decrypts cipher text with AES-IGE mode. Parametersmessage: string | Uint32Array | Uint8Arrayoptionalbuf: Uint32ArrayReturnsUint32Array