int *foo = calloc(256, 4);
int *tmp = aes_table;
for(int i = 0; i < 256; i++)
{
*(foo + tmp[i]) = i;
}
for(int j = 0; j < 16; j++)
{
for(int i = 0; i< 16; i++)
{
printf("0x%02X,", foo[j*16 + i]);
}
printf("\n");
}
-
Notifications
You must be signed in to change notification settings - Fork 0
RodolpheThienard/AES128
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published