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
Name |
Description |
group |
EC_GROUP the underlying EC_GROUP object |
Created with MrDocs