Function silc_mp_mp2bin
SYNOPSIS
unsigned char *silc_mp_mp2bin(SilcMPInt *val, uint32 len,
uint32 *ret_len);
DESCRIPTION
Encodes MP integer into binary data. Returns allocated data that
must be free'd by the caller. If `len' is provided the destination
buffer is allocated that large. If zero then the size is approximated.