Files
interactive/gms/LG/sdkfreebsd64.bak/libs/libmcrypt-2.5.7/modules/algorithms/arcfour.h
T
2026-08-07 17:38:18 +09:00

8 lines
108 B
C

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