Nilorea Library
C utilities for networking, threading, graphics
Loading...
Searching...
No Matches
n_hex.h File Reference

Hexadecimal encode/decode helpers. More...

#include "nilorea/n_str.h"
#include <stddef.h>
+ Include dependency graph for n_hex.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

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, NUL-terminated byte buffer; *out_len receives the decoded byte count.
 
N_STRn_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.
 

Detailed Description

Hexadecimal encode/decode helpers.

Author
Castagnier Mickael
Version
1.0

Definition in file n_hex.h.