Formatted AES code properly
This commit is contained in:
부모
070db10cc1
커밋
93c24e34c6
974
common/aes.c
974
common/aes.c
파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
Load Diff
@ -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;
|
||||
|
||||
|
||||
|
불러오는 중...
Reference in New Issue
Block a user