pub unsafe extern "C" fn EC_GROUP_new(
meth: *const ec_method_st,
) -> *mut ec_group_st
Expand description
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.
pub unsafe extern "C" fn EC_GROUP_new(
meth: *const ec_method_st,
) -> *mut ec_group_st
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.