Files
interactive/application/sp-console(down)/Common/.svn/pristine/42/42a3103d31378a2c98f18f5a20a9febd0ec0d5f7.svn-base
2026-08-07 17:38:18 +09:00

8 lines
115 B
Plaintext

typedef struct arcfour_key
{
byte state[256];
byte i;
byte j;
} arcfour_key;