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

TRC2CipherKey

Declaration

Source position: flcCipherRC2.pas line 57

type TRC2CipherKey = packed record

  case Integer of

    0: (

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

  

      );

    1: (

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

  

      );

end;



CT Web help

CodeTyphon Studio