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

TBlowfishData

Declaration

Source position: _crw_crypt.pas line 315

type TBlowfishData = packed record

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

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

  SBoxM: array [0..3,0..255] of LongWord;

  PBoxM: array [0..17] of LongWord;

end;