Formatted AES code properly
このコミットが含まれているのは:
コミット
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;
|
||||
|
||||
|
||||
|
読み込み中…
新しいイシューから参照
ユーザーをブロックする