Represents type TRC2CipherKey.
TRC2CipherKey
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.
Represents field Bytes.
Bytes
Represents field Words.
Words