int silc_mp_cmp(SilcMPInt *mp1, SilcMPInt *mp2);
Compare `mp1' and `mp2'. Returns posivite, zero, or negative if `mp1' > `mp2', `mp1' == `mp2', or `mp1' < `mp2', respectively.