27#ifndef __NILOREA_HEX_HEADER
28#define __NILOREA_HEX_HEADER
47unsigned char*
n_hex_decode(
const char* hex,
size_t* out_len);
unsigned char * n_hex_decode(const char *hex, size_t *out_len)
decode a hex string (ASCII whitespace between digits is ignored) into a freshly allocated,...
N_STR * n_hex_encode(const unsigned char *data, size_t len)
encode len bytes of data as a lowercase hex N_STR (2*len characters); free with free_nstr.
A box including a string and his lenght.
N_STR and string function declaration.