Function EC_METHOD_get_field_type

Source
pub unsafe extern "C" fn EC_METHOD_get_field_type(
    meth: *const ec_method_st,
) -> i32
Expand description

Returns the field type of the EC_METHOD. \param meth EC_METHOD object \return NID of the underlying field type OID.