RIJNDAEL_MAX_IV_SIZE
memcpy(cipher->IV, IV, RIJNDAEL_MAX_IV_SIZE);
memset(cipher->IV, 0, RIJNDAEL_MAX_IV_SIZE);
uint8_t IV[RIJNDAEL_MAX_IV_SIZE]; /* A possible Initialization Vector for ciphering */