[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Source position: _crw_crypt.pas line 929
type TRC6Data = packed record |
InitBlock: array [0..15] of Byte; |
LastBlock: array [0..15] of Byte; |
KeyD: array [0..((RC6NUMROUNDS*2)+3)] of LongWord; |
end; |