mirror of
https://github.com/ntop/n2n.git
synced 2024-04-21 16:31:34 +00:00
small cc20 sse speed-up
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user