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