ec_GFp_neg
mp_err ec_GFp_neg(const mp_int *a, mp_int *r, const GFMethod *meth);
meth->field_neg = &ec_GFp_neg;
MP_CHECKOK(ec_GFp_neg(r, r, meth));