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

TCipherInfo

Declaration

Source position: flcCipher.pas line 128

type TCipherInfo = record

  ValidCipher: Boolean;

  

  ShortName: RawByteString;

  

  BufferMode: TCipherBufferMode;

  

  InBlockSize: Integer;

  

  OutBlockSize: Integer;

  

  KeyBitsMin: Integer;

  

  KeyBitsMax: Integer;

  

  ContextSize: Integer;

  

  InitFunc: TCipherInitFunc;

  

  EncryptFunc: TCipherBufferFunc;

  

  DecryptFunc: TCipherBufferFunc;

  

  FinaliseFunc: TCipherFinaliseFunc;

  

end;



CT Web help

CodeTyphon Studio