decryptAES256by16

abstract fun decryptAES256by16(ciphertext: ByteArray, secret: ByteArray, initial: ByteArray): ByteArray

AES256 decryption if you KNOW the message length is a multiple of 16 (and you encrypted with encryptAES256by16) For variable sized messages, use decryptAES256.

Return

plaintext