Creates a new EC_GROUP object from an ECPARAMETERS object
Declared in <openssl/ec.h>
EC_GROUP*
EC_GROUP_new_from_ecparameters(ECPARAMETERS const* params);
newly created EC_GROUP object with specified curve or NULL if an error occurred
| Name | Description |
|---|---|
| params | pointer to the ECPARAMETERS object |