#ifndef BLOCKSIZE #define BLOCKSIZE 16 // block 128 bits #endif #ifndef KEYSIZE #define KEYSIZE 16 // key 128 bits #endif #ifndef TAGSIZE #define TAGSIZE BLOCKSIZE #endif #ifndef NONCESIZE #define NONCESIZE BLOCKSIZE #endif