silc_mp_set

SYNOPSIS

    SilcBool silc_mp_set(SilcMPInt *dst, SilcMPInt *src);

DESCRIPTION

Set `dst' integer from `src' integer. The `dst' must already be initialized. This in effect copies the integer from `src' to `dst'.