silc_mp_sqrt

SYNOPSIS

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

DESCRIPTION

Compute square root of floor(sqrt(src)) and save the result to `dst'.