Discuss this help topic in SecureBlackbox Forum
This property specifies the base point of the curve.
Declaration
[VB.NET]
Property Base As Byte()
[Pascal]
property Base : ByteArray;
[C++]
void get_Base(std::vector<uint8_t> &OutResult);
void set_Base(const std::vector<uint8_t> &Value);
[PHP]
string get_Base()
void set_Base(array of byte|string|NULL $Value)
[Java]
byte[] getBase();
void setBase(byte[] Value);
Description
Use this property to define the coordinates of the generator (base point) of the elliptic curve
as a single buffer.
Discuss this help topic in SecureBlackbox Forum