[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Source position: _crw_crypt.pas line 448
type TGOSTData = packed record |
InitBlock: array [0..7] of Byte; |
LastBlock: array [0..7] of Byte; |
XKey: array [0..7] of LongWord; |
end; |