Function EC_KEY_get0_group

Source
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).