Formatted AES code properly
This commit is contained in:
parent
070db10cc1
commit
93c24e34c6
974
common/aes.c
974
common/aes.c
File diff suppressed because it is too large
Load Diff
@ -9,15 +9,15 @@
|
|||||||
#define AESCTR_NONCEBYTES 12
|
#define AESCTR_NONCEBYTES 12
|
||||||
|
|
||||||
typedef struct {
|
typedef struct {
|
||||||
uint64_t sk_exp[88];
|
uint64_t sk_exp[88];
|
||||||
} aes128ctx;
|
} aes128ctx;
|
||||||
|
|
||||||
typedef struct {
|
typedef struct {
|
||||||
uint64_t sk_exp[104];
|
uint64_t sk_exp[104];
|
||||||
} aes192ctx;
|
} aes192ctx;
|
||||||
|
|
||||||
typedef struct {
|
typedef struct {
|
||||||
uint64_t sk_exp[120];
|
uint64_t sk_exp[120];
|
||||||
} aes256ctx;
|
} aes256ctx;
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user