TRC2CipherKey Record

Represents type TRC2CipherKey.

Namespace: flcCipherRC2
type
 TRC2CipherKey = packed record
 case Integer of
 0 : (Bytes: array[0..127] of Byte);
 1 : (Words: array[0..63] of Word);
 end;

The TRC2CipherKey type exposes the following members.

Show:
 NameDescription
Bytes

Represents field Bytes.

Words

Represents field Words.

Top