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 @nogc
EC_GROUP_new
(
const(.EC_METHOD)* meth
)

Meta