class defaultimport { default } from "https://deno.land/x/dryptography@v0.1.4/aes/modes/ige.ts"; AES-IGE mode. Constructorsnewdefault(key: string | Uint32Array | Uint8Array,counter: string | Uint32Array | Uint8Array,blockSize?,)PropertiesblockSize: numbercipher: AEScounter: Uint32Arraykey: Uint32Arrayoffset: numberMethodsdecrypt(message: string | Uint32Array | Uint8Array, buf?: Uint32Array)Decrypts cipher text with AES-IGE mode. encrypt(message: string | Uint32Array | Uint8Array, buf?: Uint32Array)Encrypts plain text with AES-IGE mode. incrementCounter()