pub unsafe extern "C" fn EC_KEY_get0_group(
key: *const ec_key_st,
) -> *const ec_group_st
Expand description
Returns the EC_GROUP object of a EC_KEY object \param key EC_KEY object \return the EC_GROUP object (possibly NULL).
pub unsafe extern "C" fn EC_KEY_get0_group(
key: *const ec_key_st,
) -> *const ec_group_st
Returns the EC_GROUP object of a EC_KEY object \param key EC_KEY object \return the EC_GROUP object (possibly NULL).