s_mp_div
mp_err s_mp_div(mp_int *rem, mp_int *div, mp_int *quot); /* magnitude div */
MP_CHECKOK( s_mp_div(pR, &btmp, pQ) );