Source position: _crw_crypt.pas line 674
type TRC4Data = packed record
Key: array [0..255] of Byte;
OrgKey: array [0..255] of Byte;
end;