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