silc_mp_pow_mod_ui

SYNOPSIS

    SilcBool silc_mp_pow_mod_ui(SilcMPInt *dst, SilcMPInt *mp1,
                                SilcUInt32 exp, SilcMPInt *mod);

DESCRIPTION

Compute (`mp1' ** `exp') mod `mod' and save the result to `dst'. This is equivalent to dst = (mp1 ^ exp) mod mod.