8 lines
115 B
C
8 lines
115 B
C
typedef struct arcfour_key
|
|
{
|
|
byte state[256];
|
|
byte i;
|
|
byte j;
|
|
} arcfour_key;
|
|
|