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

TRC5Data

Declaration

Source position: _crw_crypt.pas line 796

type TRC5Data = packed record

  InitBlock: array [0..7] of Byte;

  LastBlock: array [0..7] of Byte;

  Key: array [0..((RC5NUMROUNDS*2)+1)] of LongWord;

end;