#ifndef _RIJNDAEL_H_ #define _RIJNDAEL_H_ /************************************************************************** * This code is based on Szymon Stefanek public domain AES implementation * **************************************************************************/ #define _MAX_KEY_COLUMNS … #define _MAX_ROUNDS … #define MAX_IV_SIZE … class Rijndael { … }; #endif // _RIJNDAEL_H_