We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
void Secp_Point_Export(const Secp_point& p , PubKey& pk);
Exports the point value to the compact form (X-coordinate and a flag for Y) // If the point value p is 0 - the pk is zeroed.
p
pk