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

TCipherState

Declaration

Source position: flcCipher.pas line 170

type TCipherState = record

  Operation: TCipherOperation;

  

  Cipher: TCipherType;

  

  Mode: TCipherMode;

  

  Padding: TCipherPadding;

  

  KeyBits: Integer;

  

  CipherInfo: PCipherInfo;

  

  Context: array [0..MaxCipherContextSize-1] of Byte;

  

end;



CT Web help

CodeTyphon Studio