Reorder AES data

This commit is contained in:
2020-03-10 20:31:03 -04:00
parent e844e2df34
commit d77df9b994
2 changed files with 4 additions and 4 deletions

View File

@@ -12,9 +12,9 @@ struct event
struct aes_constants
{
unsigned char sbox[16][16];
unsigned char rc_lookup[11];
unsigned char mul2[256];
unsigned char mul3[256];
unsigned char rc_lookup[11];
} __attribute__ ((packed));
struct bern_data