We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f36c37 commit ea7d8ebCopy full SHA for ea7d8eb
1 file changed
src/headers/tomcrypt_cipher.h
@@ -318,9 +318,9 @@ typedef struct {
318
ctrlen;
319
320
/** The counter */
321
- unsigned char ctr[MAXBLOCKSIZE],
+ unsigned char ctr[MAXBLOCKSIZE];
322
/** The pad used to encrypt/decrypt */
323
- pad[MAXBLOCKSIZE];
+ unsigned char pad[MAXBLOCKSIZE] LTC_ALIGN(16);
324
/** The scheduled key */
325
symmetric_key key;
326
} symmetric_CTR;
0 commit comments