úÎGo      Safe-InferedAES IV AES Key initialize key )encrypt using Electronic Code Book (ECB) *encrypt using Cipher Block Chaining (CBC) Bgenerate a counter mode pad. this is generally xor-ed to an input 5 to make the standard counter mode block operations. Dif the length requested is not a multiple of the block cipher size, @ more data will be returned, so that the returned bytestring is & a multiple of the block cipher size. !encrypt using Counter mode (CTR) =in CTR mode encryption and decryption is the same operation. (encrypt using Galois counter mode (GCM) 8 return the encrypted bytestring and the tag associated >note: encrypted data is identical to CTR mode in GCM, however  a tag is also computed. encrypt using XTS 1the first key is the normal block encryption key 4 the second key is used for the initial block tweak )decrypt using Electronic Code Book (ECB) *decrypt using Cipher block chaining (CBC) "decrypt using Counter mode (CTR). =in CTR mode encryption and decryption is the same operation. decrypt using XTS (decrypt using Galois Counter Mode (GCM)  Cipher Key. usually a 128 bit integer. length of bytes required. Key initial vector data to authenticate (AAD) data to encrypt ciphertext and tag          cipher-aes-0.1.0Crypto.Cipher.AESIVKeyinitKey encryptECB encryptCBCgenCTR encryptCTR encryptGCM encryptXTS decryptECB decryptCBC decryptCTR decryptXTS decryptGCM $fStorableGCM