silc_mp_mul

SYNOPSIS

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

DESCRIPTION

Multiply two integers `mp1' and `mp2' and save the result to `dst'.