Formatted AES code properly
这个提交包含在:
父节点
070db10cc1
当前提交
93c24e34c6
974
common/aes.c
974
common/aes.c
文件差异内容过多而无法显示
加载差异
@ -9,15 +9,15 @@
|
||||
#define AESCTR_NONCEBYTES 12
|
||||
|
||||
typedef struct {
|
||||
uint64_t sk_exp[88];
|
||||
uint64_t sk_exp[88];
|
||||
} aes128ctx;
|
||||
|
||||
typedef struct {
|
||||
uint64_t sk_exp[104];
|
||||
uint64_t sk_exp[104];
|
||||
} aes192ctx;
|
||||
|
||||
typedef struct {
|
||||
uint64_t sk_exp[120];
|
||||
uint64_t sk_exp[120];
|
||||
} aes256ctx;
|
||||
|
||||
|
||||
|
正在加载...
在新工单中引用
屏蔽一个用户