Runs decryption and encryption using AEADCipher cipher with given keys, plaintexts, and ciphertexts.
the keys encoded in hex
hex encoded nonces
the plaintexts encoded in hex
additional authenticated data
MAC sizes in bits
AssertionError if encryption or decryption failed
See Implementation
Runs decryption and encryption using AEADCipher cipher with given keys, plaintexts, and ciphertexts.