ec_GFp_div
mp_err ec_GFp_div(const mp_int *a, const mp_int *b, mp_int *r,
meth->field_div = &ec_GFp_div;
MP_CHECKOK(ec_GFp_div(a, b, r, meth));