Function silc_mp_init
SYNOPSIS
void silc_mp_init(SilcMPInt mp);
DESCRIPTION
Initializes the SilcMPInt *that is the actual MP Integer.
This must be called before any of the silc_mp_ routines can be
used. The integer is uninitialized with the silc_mp_uninit function.