[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Source position: _crw_crypt.pas line 578
type TRC2Data = packed record |
InitBlock: array [0..7] of Byte; |
LastBlock: array [0..7] of Byte; |
case Integer of |
0: ( |
KeyB: array [0..127] of Byte; |
); |
1: ( |
KeyW: array [0..63] of Word; |
); |
end; |