void silc_mp_mod_ui(SilcMPInt *dst, SilcMPInt *mp1, SilcUInt32 ui);
Mathematical MOD function. Produces the remainder of `mp1' and unsigned word `ui' and saves the result to `dst'. This is equivalent to dst = mp1 mod ui.