libtommath.c | 125 /* the infamous mp_int structure */ 129 } mp_int; typedef in typeref:struct:__anon28476 140 static int s_mp_exptmod(mp_int * G, mp_int * X, mp_int * P, mp_int * Y, int redmode); 141 static int s_mp_mul_digs (mp_int * a, mp_int * b, mp_int * c, int digs); 142 static int s_mp_sqr(mp_int * a, mp_int * b) [all...] |