Function EC_POINT_new

Source
pub unsafe extern "C" fn EC_POINT_new(
    group: *const ec_group_st,
) -> *mut ec_point_st
Expand description

Creates a new EC_POINT object for the specified EC_GROUP \param group EC_GROUP the underlying EC_GROUP object \return newly created EC_POINT object or NULL if an error occurred