pub unsafe extern "C" fn EC_GROUP_get0_generator(
group: *const ec_group_st,
) -> *const ec_point_st
Expand description
Returns the generator of a EC_GROUP object. \param group EC_GROUP object \return the currently used generator (possibly NULL).