silc_mp_mod_ui

SYNOPSIS

    SilcBool silc_mp_mod_ui(SilcMPInt *dst, SilcMPInt *mp1, SilcUInt32 ui);

DESCRIPTION

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.