EC_METHOD_get_field_type

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

extern (C) nothrow
int
EC_METHOD_get_field_type
(
const(EC_METHOD)* meth
)

Meta