small cc20 sse speed-up

This commit is contained in:
Logan007
2020-09-09 14:09:19 +05:45
parent e492e18c27
commit 6c982b9373
2 changed files with 69 additions and 91 deletions
-1
View File
@@ -43,7 +43,6 @@ typedef struct cc20_context_t {
typedef struct cc20_context {
uint32_t keystream32[16];
uint32_t state[16];
uint8_t key[CC20_KEY_BYTES];
} cc20_context_t;