Formatted AES code properly

This commit is contained in:
Peter Schwabe 2019-04-09 14:48:46 +02:00
父節點 070db10cc1
當前提交 93c24e34c6
共有 2 個檔案被更改,包括 474 行新增506 行删除

檔案差異因為檔案過大而無法顯示 載入差異

查看文件

@ -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;