void silc_mp_pow(SilcMPInt *dst, SilcMPInt *mp1, SilcMPInt *exp);
Compute `mp1' ** `exp' and save the result to `dst'. This is equivalent to dst = mp1 ^ exp.