Home | History | Annotate | Download | only in libtommath

Lines Matching full:mp_shrink

553 int mp_shrink (mp_int * a);
576 if ((result = mp_shrink(&number)) != MP_OKAY) \{