Unit 'flcCipherRC2' Package
[Overview][Constants][Types][Procedures and functions][Index] [#pl_fundamentals]

TRC2Block

Declaration

Source position: flcCipherRC2.pas line 64

type TRC2Block = packed record

  case Integer of

    0: (

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

  

      );

    1: (

        Words: array [0..3] of Word;

  

      );

    2: (

        A: Word;

  

        B: Word;

  

        C: Word;

  

        D: Word;

  

      );

end;



CT Web help

CodeTyphon Studio