djbdnscurve6 45
djbdnscurve6
|
#include "unit_t.h"
Go to the source code of this file.
Functions | |
int | char2hex (char, uint8 *) |
int | hex2char (uint8, char *) |
int | hex_decode (const char *, uint8 *) |
int | hex_encode (const uint8 *, int, char *, int) |
int char2hex | ( | char | in, |
uint8 * | out | ||
) |
int hex2char | ( | uint8 | in, |
char * | out | ||
) |
int hex_decode | ( | const char * | src, |
uint8 * | dst | ||
) |