TDHState Record

Represents type TDHState.

Namespace: flcCipherDH
type
 TDHState = record
 end;

The TDHState type exposes the following members.

Show:
 NameDescription
Counter

Represents field Counter.

G

Represents field G.

HashAlgorithm

Represents field HashAlgorithm.

HashBitCount

Represents field HashBitCount.

J

Represents field J.

KEK

Represents field KEK.

P

Represents field P.

PrimePBitCount

Represents field PrimePBitCount.

PrimeQBitCount

Represents field PrimeQBitCount.

Q

Represents field Q.

RemoteKey

Represents field RemoteKey.

RemoteKeySize

Represents field RemoteKeySize.

Seed

Represents field Seed.

X

Represents field X.

Y

Represents field Y.

ZZ

Represents field ZZ.

Top