Function silc_mp_sizeinbase
SYNOPSIS
size_t silc_mp_sizeinbase(SilcMPInt *mp, int base);
DESCRIPTION
Return the size of the integer in base `base'. Note that this size
is probably only an approximation. However, it is guaranteed that
the returned size is always at least the size of the integer, however,
it may be larger.