EC_POINT_new

Creates a new EC_POINT object for the specified EC_GROUP

extern (C) nothrow @nogc
EC_POINT_new
(
const(.EC_GROUP)* group
)

Parameters

group const(.EC_GROUP)*

EC_GROUP the underlying EC_GROUP object

Return Value

Type: .EC_POINT*

newly created EC_POINT object or null if an error occurred

Meta