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