EC_POINT_new

Creates a new EC_POINT object for the specified EC_GROUP

Synopsis

Declared in <openssl/ec.h>

EC_POINT*
EC_POINT_new(EC_GROUP const* group);

Return Value

newly created EC_POINT object or NULL if an error occurred

Parameters

NameDescription
groupEC_GROUP the underlying EC_GROUP object