AES_BLOCK_SIZE top-level constant
int
const AES_BLOCK_SIZE
Class implements AES encryption/decryption and CMAC calculation. It uses pointycastle library for AES implementation. CMAC mac size is fixed to 64 bits. IV length is fixed to 128 bits in AES.
Implementation
const int AES_BLOCK_SIZE = 16;