TRC2Block Record

Represents type TRC2Block.

Namespace: flcCipherRC2
type
 TRC2Block = packed record
 case Integer of
 0 : (Bytes: array[0..7] of Byte);
 1 : (Words: array[0..3] of Word);
 2 : (A, B, C, D: Word);
 end;

The TRC2Block type exposes the following members.

Show:
 NameDescription
A

Represents field A.

B

Represents field B.

Bytes

Represents field Bytes.

C

Represents field C.

D

Represents field D.

Words

Represents field Words.

Top