void silc_mp_xor(SilcMPInt *dst, SilcMPInt *mp1, SilcMPInt *mp2);
Logical exclusive OR operator. The result is saved to `dst'.