@@ -41,7 +41,8 @@
#define AES_keyExpSize 176
#endif
struct AES_ctx {
struct AES_ctx
{
uint8_t RoundKey[AES_keyExpSize];
#if (defined(CBC) && (CBC == 1)) || (defined(CTR) && (CTR == 1))
uint8_t Iv[AES_BLOCKLEN];
The note is not visible to the blocked user.