EC_POINT_new

Creates a new EC_POINT object for the specified EC_GROUP \param group EC_GROUP the underlying EC_GROUP object \return newly created EC_POINT object or NULL if an error occurred

extern (C) nothrow
EC_POINT_new
(
const(EC_GROUP)* group
)

Meta