silc_hex2data

SYNOPSIS

    SilcBool silc_hex2data(const char *hex, unsigned char *data,
                           SilcUInt32 data_size, SilcUInt32 *ret_data_len);

DESCRIPTION

Converts HEX character string to binary data. Each HEX numbers must have two characters in the `hex' string.