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.
Copyright © 2001 - 2008 SILC Project SILC Project Website |
SILC Runtime Toolkit Manual Index |
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.