method IGE.prototype.encryptimport { IGE } from "https://deno.land/x/dryptography@v0.1.4/aes/mod.ts"; encrypt(message: string | Uint32Array | Uint8Array, buf?: Uint32Array)Encrypts plain text with AES-IGE mode. Parametersmessage: string | Uint32Array | Uint8Arrayoptionalbuf: Uint32Array