Formatted AES code properly

このコミットが含まれているのは:
Peter Schwabe 2019-04-09 14:48:46 +02:00
コミット 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;