[Overview][Constants][Types][Classes][Procedures and functions][Index] Reference for unit '_crw_crypt' (#crwlib)

TRC4Data

Declaration

Source position: _crw_crypt.pas line 674

type TRC4Data = packed record

  Key: array [0..255] of Byte;

  OrgKey: array [0..255] of Byte;

end;