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 @nogc
EC_POINT_new
(
const(.EC_GROUP)* group
)

Meta