Discuss this help topic in SecureBlackbox Forum
This property specifies, whether to use hybrid form to represent elliptic curve points.
Declaration
[VB.NET]
Property HybridPoints As Boolean
[Pascal]
property HybridPoint : boolean;
[C++]
bool get_HybridPoints();
void set_HybridPoints(bool Value);
[PHP]
bool get_HybridPoints()
void set_HybridPoints(bool $Value)
[Java]
boolean getHybridPoints();
void setHybridPoints(boolean Value);
Description
Set this property to
True to use hybrid form (octet string)
to represent both compressed and uncompressed points of the elliptic curve.
Discuss this help topic in SecureBlackbox Forum