pub unsafe extern "C" fn EC_GROUP_get_field_type(
group: *const ec_group_st,
) -> i32
Expand description
Returns the field type of the EC_GROUP. \param group EC_GROUP object \return NID of the underlying field type OID.
pub unsafe extern "C" fn EC_GROUP_get_field_type(
group: *const ec_group_st,
) -> i32
Returns the field type of the EC_GROUP. \param group EC_GROUP object \return NID of the underlying field type OID.