Files
2026-08-07 17:38:18 +09:00

8 lines
115 B
C

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