silc_mp_init

SYNOPSIS

    SilcBool silc_mp_init(SilcMPInt mp);

DESCRIPTION

Initializes the MP integer. This must be called before calling any other routine in SILC MP API. The silc_mp_uninit must be called to uninitialize the integer. Returns FALSE on error, TRUE otherwise.