silc_mp_gcd

SYNOPSIS

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

DESCRIPTION

Calculate the greatest common divisor of the integers `mp1' and `mp2' and save the result to `dst'.