Discuss this help topic in SecureBlackbox Forum
Specifies whether little-endian is used in a Counter (CTR) mode.
Declaration
[C#]
bool CTRLittleEndian;
[VB.NET]
Property CTRLittleEndian As Boolean
[Pascal]
property CTRLittleEndian : boolean;
[C++]
bool get_CTRLittleEndian();
void set_CTRLittleEndian(bool Value);
[PHP]
bool get_CTRLittleEndian()
void set_CTRLittleEndian(bool $Value)
[Java]
boolean getCTRLittleEndian();
void setCTRLittleEndian(boolean Value);
Description
Set this property to true to use little-endian in the Counter (cmCTR) mode of operation.
The default value is false.
Discuss this help topic in SecureBlackbox Forum