silc_mp_xor

SYNOPSIS

    SilcBool silc_mp_xor(SilcMPInt *dst, SilcMPInt *mp1, SilcMPInt *mp2);

DESCRIPTION

Bitwise exclusive OR operator. The result is saved to `dst'.