EC_GROUP_new

Creates a new EC_GROUP object \param meth EC_METHOD to use \return newly created EC_GROUP object or NULL in case of an error.

extern (C) nothrow
EC_GROUP_new
(
const(EC_METHOD)* meth
)

Meta