EC_POINT_dbl

Computes the double of a EC_POINT \param group underlying EC_GROUP object \param r EC_POINT object for the result (r = 2* a) \param a EC_POINT object \param ctx BN_CTX object (optional) \return 1 on success and 0 if an error occured

extern (C) nothrow
int
EC_POINT_dbl
(
const(EC_GROUP)* group
,,
const(EC_POINT)* a
,)

Meta