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

TDHState

Declaration

Source position: flcCipherDH.pas line 90

type TDHState = record

  HashAlgorithm: TDHHashAlgorithm;

  

  HashBitCount: Integer;

  

  PrimeQBitCount: Integer;

  

  PrimePBitCount: Integer;

  

  P: HugeWord;

  

  Q: HugeWord;

  

  Seed: HugeWord;

  

  Counter: Integer;

  

  J: HugeWord;

  

  G: HugeWord;

  

  X: HugeWord;

  

  Y: HugeWord;

  

  ZZ: HugeWord;

  

  RemoteKeySize: Integer;

  

  RemoteKey: HugeWord;

  

  KEK: RawByteString;

  

end;



CT Web help

CodeTyphon Studio