silc_data2hex

SYNOPSIS

    SilcBool silc_data2hex(const unsigned char *data, SilcUInt32 data_len,
                           char *hex, SilcUInt32 hex_size);

DESCRIPTION

Converts binary data to HEX string. This NULL terminates the `hex' buffer automatically.