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

TGOSTData

Declaration

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;